Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x

This commit is contained in:
Greg Wilkins 2017-03-17 09:25:44 +11:00
commit 78f471260d
1 changed files with 2 additions and 0 deletions

View File

@ -918,6 +918,8 @@ public class HttpOutput extends ServletOutputStream implements Runnable
_commitSize = _bufferSize;
releaseBuffer();
_written = 0;
_writeListener = null;
_onError = null;
reopen();
}