https://issues.apache.org/bugzilla/show_bug.cgi?id=56296

Mark Thomas <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Mark Thomas <[email protected]> ---
The trigger for this series of stack traces is the java.io.IOException: Broken
pipe which normally indicates that the client has dropped the connection or a
network issue that looks like the client has dropped the connection.

The initial error causes a write to fail and as a result the buffer is not
cleared (it should be). The next attempt to write therefore fails because the
buffer has not been cleared.

I'll see what I can do to fix this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to