On 12 Jan 2010, at 03:48, Michael Spiegle wrote:
> I have a module that oftentimes needs to use a subrequest in order to
> finish sending the response.
>
> If I create the subrequest via ap_sub_req_lookup_uri(), then add a
> "Range" header to sr->headers_in, this appears to work ok if my
> subreq
I have a module that oftentimes needs to use a subrequest in order to
finish sending the response.
If I create the subrequest via ap_sub_req_lookup_uri(), then add a
"Range" header to sr->headers_in, this appears to work ok if my
subrequest is destined for mod_proxy. I believe this is because
mod