From: Jeff Trawick Date: Sat, 10 Nov 2007 14:00:15 +0000 (+0000) Subject: chunked encoding considered preferable to incorrect content-length X-Git-Tag: 2.2.7~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429269c4845502ab6f52f4f5a5e4944fd8722c1a;p=thirdparty%2Fapache%2Fhttpd.git chunked encoding considered preferable to incorrect content-length git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@593778 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 796ae9fd885..7564113d804 100644 --- 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