https://bz.apache.org/bugzilla/show_bug.cgi?id=64234
--- Comment #2 from Ruediger Pluem <[email protected]> --- Same for 2.4.x: Index: mod_proxy_http.c =================================================================== --- mod_proxy_http.c (revision 1875177) +++ mod_proxy_http.c (working copy) @@ -1764,6 +1764,7 @@ */ ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01110) "error reading response"); + apr_brigade_cleanup(bb); ap_proxy_backend_broke(r, bb); ap_pass_brigade(r->output_filters, bb); backend_broke = 1; Can you please check if this patch fixes your issue as well? -- 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]
