On Thu, 22 Jul 2004, Stas Bekman wrote:
> John Williams wrote:
> > Small files were working ok, but large files where being truncated at about 270k
> > (which is suspiciously close to the 256k "zero copy limit" I saw mentioned on
> > [EMAIL PROTECTED]).
>
> Interesting. What's the type of the bucket? Is that a file bucket? Try
> this code:
>
> use APR::Brigade ();
> use APR::Bucket ();
> use APR::BucketType ();
> my $bb = $r->upload('file')->bb();
> bb_dump($bb);I don't have APR::BucketType on my system. It's pretty much stock Fedora Core 1. Apache-2.0.49, mod_perl-1.99_12, APR-0.9.4, and libapreq2-2.03_04. ~ John Williams -- 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
