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