Michael Spiegle wrote:
Hello,
I have a module I am writing which implements a content-generator and
a filter.  If I make a sub-request from within my content-generator,
the filter's (request_rec*)f->r only points to the original request.
How do I access the current sub-request from within my filter?

How do you know the subrequest exists at the point where you access
it from the filter?

Put whatever you need on your module's filter's context.

--
Nick Kew

Reply via email to