From: Jim Jagielski Date: Mon, 12 May 2008 18:39:34 +0000 (+0000) Subject: backport proposal: X-Git-Tag: 2.2.9~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7efb38357ab9fd9852caeabe341994513094de8;p=thirdparty%2Fapache%2Fhttpd.git backport proposal: http://svn.apache.org/viewvc?view=rev&revision=645813 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655594 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e72b53a7d0f..d3417c77163 100644 --- a/STATUS +++ b/STATUS @@ -187,6 +187,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: bump. Not sure what style and typo changes are required. jim: Latest rev of patch should address stated concerns :) + * mod_proxy: In the case that we fail to read the response line + from the backend and if we are a reverse proxy request, shutdown + the connection WITHOUT ANY response to trigger a retry by the client + if allowed (as for idempotent requests). + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=645813 + Backport version for 2.2.x of patch: + Trunk version works + +1: + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when