mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
No more need to copy protonego-alpn.xml to a jetty.base to specify which protocols are advertised and in which order. Instead, simply specify: alpn.protocols=h2-14,http/1.1 alpn.defaultProtocol=http/1.1 in start.ini (in the example above for http2).