blob: 3792194219a5f81388ab383488acf54ea3d47023 [file] [log] [blame]
#
# HTTP2 Clear Text Support Module
# This module adds support for HTTP/2 clear text to the
# HTTP/1 clear text connector (defined in jetty-http.xml).
# The resulting connector will accept both HTTP/1 and HTTP/2 connections.
#
[depend]
http
[lib]
lib/http2/*.jar
[xml]
etc/jetty-http2c.xml
[ini-template]
## Max number of concurrent streams per connection
# jetty.http2.maxConcurrentStreams=1024
## Initial stream receive window (client to server)
# jetty.http2.initialStreamRecvWindow=65535