Skip to content

Commit

Permalink
Fix broken link to Jetty ALPN documentation (#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy authored Jun 4, 2024
1 parent bc6c3c4 commit f200c0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ If HTTP/1.x protocol is configured ServiceTalk always fallbacks to it if the pee
IMPORTANT: Your runtime must support ALPN extension for TLS. The recommended way is to use OpenSSL provider and add
link:https://netty.io/wiki/forked-tomcat-native.html#artifacts[netty-tcnative] artifact to the classpath. If OpenSSL is
not available, make sure your JVM version supports ALPN or use
link:https://www.eclipse.org/jetty/documentation/current/#alpn-chapter[another provider] that supports it.
link:https://github.com/jetty-project/jetty-alpn[another provider] that supports it.

NOTE: These examples use the link:#blocking-aggregated[blocking + aggregated] API for demonstration purposes, as the
builder API is the same across all the HTTP APIs.
Expand Down

0 comments on commit f200c0e

Please sign in to comment.