Added ALPN debug configuration.
This commit is contained in:
parent
605f32b022
commit
1fadf41464
|
@ -3,14 +3,17 @@
|
||||||
|
|
||||||
<Configure id="protonego" class="org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory">
|
<Configure id="protonego" class="org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory">
|
||||||
<Arg name="protocols">
|
<Arg name="protocols">
|
||||||
<Array type="String">
|
<Array type="String">
|
||||||
<Item>spdy/3</Item>
|
<Item>spdy/3</Item>
|
||||||
<Item>spdy/2</Item>
|
<Item>spdy/2</Item>
|
||||||
<Item>http/1.1</Item>
|
<Item>http/1.1</Item>
|
||||||
</Array>
|
</Array>
|
||||||
</Arg>
|
</Arg>
|
||||||
|
|
||||||
<Set name="defaultProtocol">http/1.1</Set>
|
<Set name="defaultProtocol">http/1.1</Set>
|
||||||
|
|
||||||
|
<!-- Enables NPN debugging on System.err -->
|
||||||
|
<!--<Set class="org.eclipse.jetty.alpn.ALPN" name="debug" type="boolean">true</Set>-->
|
||||||
|
|
||||||
</Configure>
|
</Configure>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue