Re: stop copying footers to r->headers_in?

2014-05-11 Thread Yann Ylavic
On Sun, May 11, 2014 at 6:35 PM, Yann Ylavic wrote: > Restoring the status and notes (set before the body is read) seems > unconditional to me. Well, actually I'm not really sure whether we should preserve or overwritte the "error-notes" here. In most cases (but PROXYREQ_RESPONSE discussed below

Re: stop copying footers to r->headers_in?

2014-05-11 Thread Yann Ylavic
On Fri, May 9, 2014 at 5:01 PM, Edward Lu wrote: > Here's a 2.2.x backport of Yann's patch with a directive, MergeTrailers, > added in to opt-in to the old behavior. By default, it doesn't merge the > trailers. I'm working on adding the capability to mod_log_config to log the > trailers, but I fig

Re: stop copying footers to r->headers_in?

2014-05-11 Thread Eric Covener
On Wed, May 7, 2014 at 6:35 AM, Ruediger Pluem wrote: > Configurable by an option? If yes, what is the default behaviour? my 2 cents: Default, collect them in r->trailers_in where not much can be done with them. With a directive, restore the tricky historical behavior (append them to r->headers_i