<div dir="ltr">Hi,<div><br></div><div style>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.<br>
</div><div style><br></div><div style>I've tried something like ngx_http_finalize_request(sr, NGX_ABORT). It looks like it's not the thing.</div><div style><br></div><div style>What steps should be applied to abort a subrequest?</div>
<div style><br></div><div style>Thanks.</div><div style><br></div><div style>--</div><div style>Marat</div></div>