Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dfca925ee575a1c606ef12450ba41bdf983640e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[description]
Enables the HTTP2C protocol on the HTTP Connector
The 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

Back to the top