"Thomas den Braber" <[EMAIL PROTECTED]> writes:

> my $req = APR::Request::Apache2->handle($r);
> $req->read_limit(60000000);  works fine
> $req->read_limit(80000000); gives Conflicting information error
> If I don't set:
> print $req->read_limit(); gives 67108864
>
> Is there some hardcoded limit in libapreq2 ?
> Width 2.06dev there was no problem.

The readlimit behavior changed in 2.07;  the default is 64M
and can only be raised using a server directive, e.g.

    APREQ2_ReadLimit   1G

-- 
Joe Schaefer

Reply via email to