fixed debug
This commit is contained in:
parent
1d12decce7
commit
f853adb43c
|
@ -94,8 +94,7 @@ public class Http2Server
|
|||
HTTP2ServerConnectionFactory h2 = new HTTP2ServerConnectionFactory(https_config);
|
||||
|
||||
NegotiatingServerConnectionFactory.checkProtocolNegotiationAvailable();
|
||||
ALPNServerConnectionFactory alpn =
|
||||
new ALPNServerConnectionFactory(h2.getProtocol(),http.getDefaultProtocol());
|
||||
ALPNServerConnectionFactory alpn = new ALPNServerConnectionFactory();
|
||||
alpn.setDefaultProtocol(http.getDefaultProtocol());
|
||||
|
||||
// SSL Factory
|
||||
|
|
|
@ -2,4 +2,4 @@ org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
|
|||
org.eclipse.jetty.http2.LEVEL=INFO
|
||||
#org.eclipse.jetty.http2.HTTP2Connection.LEVEL=DEBUG
|
||||
#org.eclipse.jetty.http2.server.HttpChannelOverHTTP2.LEVEL=DEBUG
|
||||
org.eclipse.jetty.servlets.PushCacheFilter.LEVEL=DEBUG
|
||||
#org.eclipse.jetty.servlets.PushCacheFilter.LEVEL=DEBUG
|
Loading…
Reference in New Issue