fixed debug

This commit is contained in:
Greg Wilkins 2014-11-21 16:01:31 +11:00
parent 1d12decce7
commit f853adb43c
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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