[cgiapp] Software caused connection abort - CGI::Application::Plugin::Stream

2010-10-27 Thread Mike Tonks
I started getting this error recently after switching my app to mod_perl:

Error executing run mode 'download': Software caused connection abort
at /usr/share/perl5/CGI/Application/Plugin/Stream.pm line 91

The download works fine for me, and nothing showed up in testing, but
I've had quite a few errors logged on and off - so some users are
obviously having trouble.

Anyone seen this before / got any ideas?

Regards,

mike

#  CGI::Application community mailing list  
####
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp##
####
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:  http://cgiapp.erlbaum.net/ ##
####




Re: [cgiapp] Software caused connection abort - CGI::Application::Plugin::Stream

2010-10-27 Thread Michael Peters
On 10/27/2010 07:41 AM, Mike Tonks wrote:

 Error executing run mode 'download': Software caused connection abort
 at /usr/share/perl5/CGI/Application/Plugin/Stream.pm line 91

 The download works fine for me, and nothing showed up in testing, but
 I've had quite a few errors logged on and off - so some users are
 obviously having trouble.

 Anyone seen this before / got any ideas?

That seems like someone is pressing the stop button. That would kill the 
connection and your server wouldn't notice until it tried to write to 
that connection, thus the error.

-- 
Michael Peters
Plus Three, LP

#  CGI::Application community mailing list  
####
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp##
####
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:  http://cgiapp.erlbaum.net/ ##
####