]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
chunked encoding considered preferable to incorrect content-length
authorJeff Trawick <trawick@apache.org>
Sat, 10 Nov 2007 14:00:15 +0000 (14:00 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 10 Nov 2007 14:00:15 +0000 (14:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@593778 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 796ae9fd885ef91a100e87b98903e723cec58bf1..7564113d804dd27e4b36fc7447fa4e8bea571134 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -248,6 +248,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           space for the NUL, but they don't have related sections
           which assume a set size; this does (AP_IOBUFSIZE).
 
+   * mod_charset_lite: Remove Content-Length when output filter can 
+     invalidate it.  Warn when input filter can invalidate it.
+     trunk:
+        http://svn.apache.org/viewvc?view=rev&revision=380232
+     2.2.x:
+        Trunk version of patch works
+     +1: trawick
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when