mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 04:19:12 +00:00
Removed configuration for SPDY/2.
This commit is contained in:
parent
107a4fff20
commit
d26a003d4c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user