You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Michael Spiegle <mi...@nauticaltech.com> on 2009/08/13 17:54:48 UTC

Having some issues with subrequests and filters

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?

Thanks,
Mike