]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I misread the report; Watchfire applies to the fix I've committed
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Jul 2005 23:16:59 +0000 (23:16 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 14 Jul 2005 23:16:59 +0000 (23:16 +0000)
  to httpd-2.1 trunk, but has nothing to do with responses.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@219132 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9d72263bfd76e012ffa1a58991aee91e33805839..2821c238323e55a63e6dbed860e3a7a58427b789 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -104,18 +104,16 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
-    * Watchfire identified an obscure behavior of modules/proxy/proxy_http.c
-      where C-L would be stripped from a HEAD response but the HEAD result
-      would have neither the T-E or C-L to reflect what GET should do, in
-      violation of RFC2616.
-
     * Various fixes to T-E and C-L processing from trunk
 
       Refactor mod_proxy_http.c's Transfer-Encoding/Content-Length elections
       since they didn't follow RFC 2616, in fact didn't seem to make much
-      sense at all.  Patch to migrate request-body-handling from trunk/...
+      sense at all.  Patch to migrate request-body-handling from trunk/ based
+      on 2.1-dev request body handling behavior (although just a bit more
+      conservative on the side of C-L spooling)...
           http://people.apache.org/~wrowe/httpd-2.0-proxy-request.patch
-      Revert r219061 to properly test this patch.
+      Revert r219061 to properly test this patch, as r219061 masks the
+      underlying bug (although it is a -good- patch in and of itself).
 
        +1 wrowe, jimjag