Stas Bekman wrote:
Stas Bekman wrote:

[...]
It's a known problem. I'll commit a fix soonish (I need to do some extra testing and rewrites). Meanwhile please replace


- read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
+ $r->read($buffer, $ENV{'CONTENT_LENGTH'});

That should do the trick.


Christian, can you please revert that change and verify with the current cvs that I've fixed that problem (you will probably want to keep $r->read() after the test). I've just committed the fix.

just did so and everything works fine, also with larger files (~12 MB) :-)


thanks, though you're right, i'll keep $r->read() ;-)

Christian


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to