You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2005/01/07 19:57:22 UTC

svn commit: r124559 - /httpd/httpd/branches/2.0.x/STATUS

Author: trawick
Date: Fri Jan  7 10:57:21 2005
New Revision: 124559

URL: http://svn.apache.org/viewcvs?view=rev&rev=124559
Log:
proxy updates

Modified:
   httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?view=diff&rev=124559&p1=httpd/httpd/branches/2.0.x/STATUS&r1=124558&p2=httpd/httpd/branches/2.0.x/STATUS&r2=124559
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS	(original)
+++ httpd/httpd/branches/2.0.x/STATUS	Fri Jan  7 10:57:21 2005
@@ -262,14 +262,12 @@
       +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?
+      trawick: see proxy-reqbody branch in subversion for improved (?)
+        implementation; I have an equivalent patch for 2.0.x as well
+
+    * mod_proxy: Respect errors reported by pre_connection hooks.
+      http://svn.apache.org/viewcvs?view=rev&rev=111304
+      +1: trawick
 
     * Allow mod_dav to do weak entity comparison functions.
       modules/dav/main/util.c: r1.45