Clarified ALPN properties.
This commit is contained in:
parent
64de5c861c
commit
e9658c0aef
|
@ -35,8 +35,12 @@ lib/
|
|||
lib/alpn/
|
||||
|
||||
[ini-template]
|
||||
# Configuration for ALPN
|
||||
# Overrides the order protocols are chosen by the server.
|
||||
# The default order is that specified by the order of the
|
||||
# modules declared in start.ini.
|
||||
# alpn.protocols=h2-14,http/1.1
|
||||
|
||||
# Specifies what protocol to use when negotiation fails.
|
||||
# alpn.defaultProtocol=http/1.1
|
||||
|
||||
[license]
|
||||
|
@ -44,4 +48,3 @@ ALPN is a hosted at github under the GPL v2 with ClassPath Exception.
|
|||
ALPN replaces/modifies OpenJDK classes in the java.sun.security.ssl package.
|
||||
http://github.com/jetty-project/jetty-alpn
|
||||
http://openjdk.java.net/legal/gplv2+ce.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue