I have just test it on mod_perl 1.99_14 with Apache 2.0.50, and
it works fine now.


On Fri, 9 Jul 2004 14:54:14 +0800, wood chen <[EMAIL PROTECTED]> wrote:
> 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?
>

-- 
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

Reply via email to