blob: 1c78016598f4fccbcd0af515a9e851ddbeebc3d3 [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.http2c.maxConcurrentStreams=1024
## Initial stream send (server to client) window
# jetty.http2c.initialStreamSendWindow=65535