https://bz.apache.org/bugzilla/show_bug.cgi?id=62380
--- Comment #6 from Luca Toscano <[email protected]> --- Simple patch to prove the above point (branch 2.4.x): Index: modules/proxy/mod_proxy_http.c =================================================================== --- modules/proxy/mod_proxy_http.c (revision 1841528) +++ modules/proxy/mod_proxy_http.c (working copy) @@ -1014,7 +1014,7 @@ return; } } - apr_table_add(r->headers_out, key, value); + apr_table_add(r->err_headers_out, key, value); } /* But I have no idea if it makes sense or not (probably the latter), so I'll wait for a more expert opinion :) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
