> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov]
> Subject: Question on ClientAbortException
> 
> http://tomcat.apache.org/tomcat-6.0-
> doc/api/org/apache/catalina/connector/ClientAbortException.html
> 
> What does this mean exactly?  A user makes a request for a resource and
> closes the browser before they get the response?

Probably.
 
> Caused by: java.io.IOException
>         at
> org.apache.coyote.http11.InternalAprOutputBuffer.
> flushBuffer(InternalAprOutputBuffer.java:696)

The APR flushBuffer() method got a negative response from the native 
Socket.sendbb() method in the APR library.  The usual cause is client 
disconnect, but other less common network errors could trigger it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to