On Wednesday 12 July 2006 12:44, Andrew Gaffney wrote:

> > That's normal. It's generally caused by the user hitting "stop" on the
> > browser whilst you are still sending it data.
> >
> > I usually have my error handler trap that one and stop processing.

> Why doesn't it happen for HTTP traffic?

Because Apache doesn't care. You might get it if you up your log level to 
DEBUG, but for the most part Apache assumes that it's harmless (client went 
away). Perl handlers tend to complain if they can't write to their output 
stream.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to