Sha256: a55949e1d83f3993fca72d6a1b122fecec7d3c99f7cc14dfbd38feeff058fdd8
Contents?: true
Size: 948 Bytes
Versions: 8
Compression:
Stored size: 948 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd"> <!-- ============================================================= --> <!-- Configure a HTTP2 on the ssl connector. --> <!-- ============================================================= --> <Configure id="httpConnector" class="org.eclipse.jetty.server.ServerConnector"> <Call name="addConnectionFactory"> <Arg> <New class="org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory"> <Arg name="config"><Ref refid="httpConfig"/></Arg> <Set name="maxConcurrentStreams"><Property name="jetty.http2c.maxConcurrentStreams" deprecated="http2.maxConcurrentStreams" default="1024"/></Set> <Set name="initialStreamSendWindow"><Property name="jetty.http2c.initialStreamSendWindow" default="65535"/></Set> </New> </Arg> </Call> </Configure>
Version data entries
8 entries across 8 versions & 1 rubygems