fixed merge

This commit is contained in:
Greg Wilkins 2014-12-11 14:01:32 +01:00
parent d161bdcb36
commit 113d1ff7bb

View File

@ -368,7 +368,7 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
LOG.debug("unconsumed input {}", this);
// Complete reading the request
if (!_channel.getRequest().getHttpInput().consumeAll())
_channel.abort();
_channel.abort(new IOException("unconsumed input"));
}
}