return client buffers
This commit is contained in:
parent
f52995b4ba
commit
d8cb8556aa
|
@ -427,6 +427,8 @@ public class HttpConnection extends AbstractConnection implements Dumpable
|
|||
}
|
||||
finally
|
||||
{
|
||||
_parser.returnBuffers();
|
||||
|
||||
// Do we have more stuff to write?
|
||||
if (!_generator.isComplete() && _generator.getBytesBuffered()>0 && _endp instanceof AsyncEndPoint)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue