You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/03/23 23:08:25 UTC

[Bug 56296] AjpNioProcessor throws java.nio.BufferOverflowException

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

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org