From: Jeff Trawick Date: Wed, 29 Dec 2004 20:39:46 +0000 (+0000) Subject: does anyone remember this proxy issue? X-Git-Tag: 2.0.53~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=279f1eb00aafd325abd289e67532ab925611916f;p=thirdparty%2Fapache%2Fhttpd.git does anyone remember this proxy issue? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@123674 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 957e233169e..cc52ea9d0e2 100644 --- a/STATUS +++ b/STATUS @@ -260,6 +260,14 @@ PATCHES TO BACKPORT FROM 2.1 +1: stoddard, striker, jim -1: brianp (we need a more robust solution than what's in 2.1 right now), jerenkrantz (should be fixed, but I don't have time to do this) + trawick: Reviewing the thread in Dec '02, I don't see any + proposal about more robust solutions once it was made clear + that Connection: Close can't be used. If Justin is correct in + his assertion that many servers don't handle TE: chunked, then the + current solution is reasonable. If Justin is incorrect in that + assertion, then something more robust is possible, such as + buffering up to N bytes in hopes of reading the entire body, + before deciding to send C-L or T-E: chunked. Alternate recollections? * Allow mod_dav to do weak entity comparison functions. modules/dav/main/util.c: r1.45