On Mon, Feb 18, 2002 at 09:06:08PM -0600, William A. Rowe, Jr. wrote:
> Interesting patch :)  Of course it does not address the output headers
> issue, if I understand that report.

For me, it does.  It simply ensures that any filters that were added
to the subreq are in the main request.  So, that when the subreq
is processed as a main requests, the filters are run too.

> It almost smells like the -subreq- should be processed and the main
> request should simply become a noop if we do a fast internal redirect.
> Does that make any sense?

Totally.  I thought with the subreq_core stuff we already have the
infrastructure to do so.  It'd be better than this bogus promotion
code.  However, certain modules like mod_deflate attempt to verify
that it only deals with non-subreq (!r->main) requests.  We can
see if we can take that check out - not sure if we can or can not
do that.  -- justin

Reply via email to