<div dir="ltr">Hi,<div><br></div><div>I have a few questions about subrequests -</div><div>  - When a subrequest is completed - where is the response body stored? Is it entirely in the memory? How does the main request retrieve it?</div>
<div>  - Can I invoke the main request from within the context of a body filter of a subrequest? Can I re-invoke the subrequest from the main request afterwards?</div><div><br></div><div>The problem I'm facing is the following - I perform a subrequest, and I'm afraid that the response body would be too big. If it is too big, I'd like to send the entire response of the subrequest back to the client (meaning, not buffering it in the memory for the main request).</div>
<div>Is that possible?</div><div><br></div><div>Thanks,</div><div>Aviram</div><div><br></div></div>