mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
parent
70056e2c69
commit
5f4919c45a
@ -384,9 +384,7 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
||||
{
|
||||
Throwable cancelled = getEndPoint().cancelFillInterest(_input::getError);
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("cancelled {}", this, cancelled);
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("Upgrade from {} to {}", this, connection);
|
||||
LOG.debug("Upgrade from {} to {}", this, connection, cancelled);
|
||||
_channel.getState().upgrade();
|
||||
getEndPoint().upgrade(connection);
|
||||
_channel.recycle();
|
||||
|
Loading…
x
Reference in New Issue
Block a user