Yes, thanks! The patch I started with had out but not in initialized there On Tue, Jul 15, 2014 at 10:20 AM, Plüm, Rüdiger, Vodafone Group <[email protected]> wrote: > Can you try if the following patch on top fixes this: > > Index: mod_proxy_http.c > =================================================================== > --- mod_proxy_http.c (revision 1610607) > +++ mod_proxy_http.c (working copy) > @@ -1003,9 +1003,11 @@ > rp->status = HTTP_OK; > > rp->headers_in = apr_table_make(pool, 50); > + rp->trailers_in = apr_table_make(pool, 5); > rp->subprocess_env = apr_table_make(pool, 50); > rp->headers_out = apr_table_make(pool, 12); > rp->err_headers_out = apr_table_make(pool, 5); > + rp->trailers_out = apr_table_make(pool, 5); > rp->notes = apr_table_make(pool, 5); > > rp->server = r->server; > > > Regards > > Rüdiger > >> -----Original Message----- >> From: Eric Covener [mailto:[email protected]] >> Sent: Dienstag, 15. Juli 2014 16:02 >> To: Apache HTTP Server Development List >> Subject: Re: stop copying footers to r->headers_in? >> >> something odd in proxy path when backend has >>
-- Eric Covener [email protected]
