Jonathan Vanasco <[EMAIL PROTECTED]> writes:

> Anyone?  This is killing me.
>
> The only thing I've been able to figure out is this:
>
>       my  $error = $apacheRequest->body_status();
>       if ( $error eq 'Exceeds configured maximum limit' )

That looks ok to me for now; but what we really need to do 
is export the constant in Error.xs so you can write 

   if ($error == APR::Request::Error::OVERLIMIT)

-- 
Joe Schaefer

Reply via email to