I'm using CGI.pm 3.05 with mod_per 1.99 and Apache 2.0.40 on a Red Hat Linux 9 box. When uploading a large file to my perl script, If I abort file transfer by close the browser, the httpd child process who process this request will run out of memory. Whe i trace into the CGI.pm, I found in mod_perl2 the $r->read will return -1 instead of 0 when user stop a POST submit.
is't a mod_perl bug?
Please use the following guidelines when submitting a problem report: http://perl.apache.org/bugs/
Before you do that, make sure that you are using the latest mod_perl, which is 1.99_14 at the moment, which in turn requires at least Apache 2.0.46, but better go with the latest 2.0.50. Get the latest and if the problem perstists then submit a bug report.
Thanks.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html