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…
Reference in New Issue