Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl authored Oct 8, 2024
1 parent 147cc4e commit 6bb083c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ resty.kong.tls.disable\_http2\_alpn

**subsystems:** *http*

Disables HTTP/2 ALPN negotiation for the current TLS connection. When called, the
connection will not negotiate HTTP/2 using ALPN and will fallback to HTTP/1.1 even though [`http2`](https://nginx.org/en/docs/http/ngx_http_v2_module.html#http2) directive is enabled.
Disables ALPN negotiation for HTTP/2 on the current TLS connection. When invoked, this connection will bypass HTTP/2 negotiation using ALPN and revert to HTTP/1.1, even
if the [`http2`](https://nginx.org/en/docs/http/ngx_http_v2_module.html#http2) directive is enabled.

This function returns `true` when the call is successful. Otherwise it returns `false` and a string describing the error.

Expand Down

0 comments on commit 6bb083c

Please sign in to comment.