Removed configuration for SPDY/2.

This commit is contained in:
Simone Bordet 2014-08-11 23:46:00 +02:00
parent 107a4fff20
commit d26a003d4c

View File

@ -42,10 +42,6 @@
<Set name="maxAssociatedResources">32</Set>
</New>
<!-- =========================================================== -->
<!-- Add a SPDY/HTTPS Connector factory -->
<!-- =========================================================== -->
<!-- SPDY/3 Connection factory -->
<Call name="addConnectionFactory">
<Arg>
@ -61,17 +57,4 @@
</Arg>
</Call>
<!-- SPDY/2 Connection factory -->
<Call name="addConnectionFactory">
<Arg>
<New class="org.eclipse.jetty.spdy.server.http.HTTPSPDYServerConnectionFactory">
<Arg name="version" type="int">2</Arg>
<Arg name="config"><Ref refid="sslHttpConfig"/></Arg>
<!-- Set the initial window size for this SPDY connector. -->
<!-- See: http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3#TOC-2.6.8-WINDOW_UPDATE -->
<Set name="initialWindowSize"><Property name="spdy.initialWindowSize" default="65536"/></Set>
</New>
</Arg>
</Call>
</Configure>