Apache2::RequestIO::Print: error 104

Apache2::RequestIO::Print: error 104

am 13.03.2008 18:08:46 von Robert Hicks

[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

Re: Apache2::RequestIO::Print: error 104

am 13.03.2008 18:11:07 von mpeters

Robert L Hicks wrote:
> [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.

> 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

Re: Apache2::RequestIO::Print: error 104

am 13.03.2008 18:16:14 von Robert Hicks

Michael Peters wrote:
>
> Robert L Hicks wrote:
>> [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.