mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
Issue #3162 - Fixing compilation issues
This commit is contained in:
parent
cd488c2d7d
commit
b09f1de035
@ -432,7 +432,7 @@ public abstract class AbstractEndPoint extends IdleTimeout implements EndPoint
|
||||
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("{} upgrading from {} to {} with {}",
|
||||
this, old_connection, newConnection, BufferUtil.toDetailString(prefilled));
|
||||
this, old_connection, newConnection, BufferUtil.toDetailString(buffer));
|
||||
|
||||
if (newConnection instanceof Connection.UpgradeTo)
|
||||
((Connection.UpgradeTo)newConnection).onUpgradeTo(buffer);
|
||||
|
@ -29,7 +29,7 @@ import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
import org.eclipse.jetty.http.HttpStatus;
|
||||
import org.eclipse.jetty.http.HttpTester;
|
||||
import org.eclipse.jetty.http.tools.HttpTester;
|
||||
import org.eclipse.jetty.server.handler.AbstractHandler;
|
||||
import org.eclipse.jetty.toolchain.test.MavenTestingUtils;
|
||||
import org.eclipse.jetty.util.ssl.SslContextFactory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user