mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Marking the parser at EOF in case of exceptions.
This commit is contained in:
parent
1e2093c14a
commit
da05582b9a
@ -335,6 +335,7 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
||||
catch (IOException e)
|
||||
{
|
||||
LOG.debug(e);
|
||||
_parser.atEOF();
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user