Sha256: 61efe74ada3bd32f57720218dfca5a19c6cc21e189a7dfbce9138bb8228e545a
Contents?: true
Size: 496 Bytes
Versions: 8
Compression:
Stored size: 496 Bytes
Contents
# # 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
Version data entries
8 entries across 8 versions & 1 rubygems