Fix #5605 Unblock non container Threads

cleanup debug
This commit is contained in:
gregw 2021-02-03 14:04:29 +01:00
parent 70056e2c69
commit 5f4919c45a
1 changed files with 1 additions and 3 deletions

View File

@ -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();