Discussion:
Apache2::RequestIO::Print: error 104
Robert L Hicks
2008-03-13 17:08:46 UTC
Permalink
[error] Apache2::RequestIO::print: (104) Connection reset by peer at
/usr/lib/perl5/Template.pm line 178


Has anyone seen that before and/or would you know what I need to look at?

Robert
Michael Peters
2008-03-13 17:11:07 UTC
Permalink
Post by Robert L Hicks
[error] Apache2::RequestIO::print: (104) Connection reset by peer at
/usr/lib/perl5/Template.pm line 178
Doesn't it just mean that the user hit the stop button before finishing the
download of the page? So you were in the middle of writing to the pipe when it
was cut.
Post by Robert L Hicks
Has anyone seen that before and/or would you know what I need to look at?
A quick search on http://perl.apache.org led me to this:
http://perl.apache.org/docs/2.0/api/APR/Socket.html#C_recv_
--
Michael Peters
Plus Three, LP
Robert L Hicks
2008-03-13 17:16:14 UTC
Permalink
Post by Michael Peters
Post by Robert L Hicks
[error] Apache2::RequestIO::print: (104) Connection reset by peer at
/usr/lib/perl5/Template.pm line 178
Doesn't it just mean that the user hit the stop button before finishing the
download of the page? So you were in the middle of writing to the pipe when it
was cut.
Thanks, I only read that once and wanted to make sure.

Loading...