On Sat, 04 Aug 2007 13:58:19 +0200 Ruediger Pluem <[EMAIL PROTECTED]> wrote:
> > So r->headers_out and r->err_headers_out point to the *same* table > > and this table is *empty*. So we loose *all* output headers for > > further processing. Looks like that to me. The old code may be a tiny tad confusing, in that it runs apr_table_clear after the swap and thus at-first-glance on the wrong table. But that doesn't affect your point. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
