I just upgraded from libapreq 2.06dev to 2.07 on a Windows 2003 server and I get an error: Conflicting information if I set the read_limit above 67108864.
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. Thanks, Thomas den Braber