mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 04:19:12 +00:00
fixed merge
This commit is contained in:
parent
d161bdcb36
commit
113d1ff7bb
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user