If ap_die is called
413 is the response code on header sent to client
200 is the response code on logs
body has the error document and the response appended

If ap_finalize_request_protocol is called
413 is response code on header
413 is logged
response is not appended to error document



On Mon, Jan 20, 2014 at 6:36 PM, Eric Covener <[email protected]> wrote:

> On Mon, Jan 20, 2014 at 7:29 AM, Kalyana sundaram <[email protected]>
> wrote:
> > But if I call   ap_finalize_request_protocol(r) instead of using else
> part,
> > things are fine
> > Thats why I wish to understand, when mod_php is called
>
> Ignoring all of the cases you aren't testing, what's the behavior in
> that case (headers & body & log entry?).
>
> Was the output generated by your script used in the response or discarded?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Kalyanasundaram
http://blogs.eskratch.com/
https://github.com/kalyanceg/

Reply via email to