Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
This commit is contained in:
commit
5adeee1d2b
|
@ -335,6 +335,7 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
|||
catch (IOException e)
|
||||
{
|
||||
LOG.debug(e);
|
||||
_parser.atEOF();
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue