updates from review
This commit is contained in:
parent
6b1a8c376f
commit
071584668c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue