Isn't x.is_req = (headers == r->headers_in);
in ap_proxy_clear_connection an issue, when only called with the copy of r->headers_in? Regards Rüdiger > -----Original Message----- > From: Yann Ylavic > Sent: Dienstag, 15. Juli 2014 15:00 > To: httpd > Subject: Re: svn commit: r1610674 - in /httpd/httpd/trunk: > include/ap_mmn.h include/httpd.h modules/proxy/mod_proxy_http.c > modules/proxy/proxy_util.c server/util.c > > On Tue, Jul 15, 2014 at 2:38 PM, Joe Orton <jor...@redhat.com> wrote: > If somebody wants to propose a backport of r1610674 for 2.4.x > > please jump to it ASAP! > > Attached is a 2.4.x version of r1610674 that should work. > > r1588527 copies headers_in sooner in the function but > ap_proxy_clear_connection() can still be called on the copy. > > Regards, > Yann.