updates from review

This commit is contained in:
gregw 2021-02-16 18:42:28 +01:00
parent 6b1a8c376f
commit 071584668c
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
if (isFillInterested())
{
LOG.warn("Pending read in onCompleted {} {}", this, getEndPoint());
abort(new IllegalStateException("Pending read in onCompleted"));
_channel.abort(new IOException("Pending read in onCompleted"));
}
// Handle connection upgrades