Skip to content

Commit 1f78f5d

Browse files
authored
doc: ssl.client.alpn_protocol h22o update (#12190)
ssl.client.alpn_protocol was added before HTTP/2 to origin was supported and the "h2" examples stated the lack of support. But now that we support HTTP/2 to origin since 10.x, the docs should be updated to remove the statement that HTTP/2 to origin is not supported.
1 parent 122403b commit 1f78f5d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/admin-guide/files/records.yaml.en.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4294,10 +4294,9 @@ Client-Related Configuration
42944294
``"h2,http/1.1,http/1.0"`` HTTP/2 is preferred by |TS| over HTTP/1.1 and HTTP/1.0. Thus, if the
42954295
origin supports HTTP/2, it will be used for the connection. If
42964296
not, it will fall back to HTTP/1.1 or, if that is not supported,
4297-
HTTP/1.0. (HTTP/2 to origin is currently not supported by |TS|.)
4297+
HTTP/1.0.
42984298
``"h2"`` |TS| only advertises HTTP/2 support. Thus, the origin will
4299-
either negotiate HTTP/2 or fail the handshake. (HTTP/2 to origin
4300-
is currently not supported by |TS|.)
4299+
either negotiate HTTP/2 or fail the handshake.
43014300
================================ ======================================================================
43024301

43034302
Note that this is an overridable configuration, so the ALPN can be configured on a per-origin

0 commit comments

Comments
 (0)