How to abort subrequest properly?
Marat Dakota
dakota at brokenpipe.ru
Sun Jun 30 11:04:12 UTC 2013
Hi,
I am parsing a subrequest's body as it arrives. At some point I could
decide that the subrequest's body is not well-formed. I want to stop
receiving the rest of the subrequest's body and close its connection. My
main request and all other subrequests should continue working.
I've tried something like ngx_http_finalize_request(sr, NGX_ABORT). It
looks like it's not the thing.
What steps should be applied to abort a subrequest?
Thanks.
--
Marat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20130630/fe56a38f/attachment.html>
More information about the nginx-devel
mailing list