summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2005-07-14 23:16:59 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2005-07-14 23:16:59 +0000
commitb72ed9ee33d6b261566cf055ad1ee7f5ec2c6b02 (patch)
treed2012a195acf3b2f6d2ba50bcfc027fbdde8c278
parent0b2138eb02909b41d3e56773685142354a6ffa42 (diff)
downloadhttpd-b72ed9ee33d6b261566cf055ad1ee7f5ec2c6b02.tar.gz
I misread the report; Watchfire applies to the fix I've committed
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
-rw-r--r--STATUS12
1 files changed, 5 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index 9d72263bfd..2821c23832 100644
--- 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