You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/11/10 22:19:49 UTC

svn commit: r712838 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Mon Nov 10 13:19:48 2008
New Revision: 712838

URL: http://svn.apache.org/viewvc?rev=712838&view=rev
Log:
* Update proposal

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=712838&r1=712837&r2=712838&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Nov 10 13:19:48 2008
@@ -119,17 +119,15 @@
      rpluem says: The patch to ap_mmn.h does only contain the comment, but does
      not change the #define. Once this is fixed I am +1.
 
-   * mod_proxy: Prevent segmentation faults by correctly flushing all buckets
-     from the proxy backend.
+   * mod_proxy: Prevent segmentation faults by correctly adjusting the lifetime
+     of the buckets read from the proxy backend.
      PR 45792
      Trunk version of patch:
         http://svn.apache.org/viewvc?rev=706921&view=rev
+        http://svn.apache.org/viewvc?rev=712375&view=rev
      Backport version for 2.2.x of patch:
-        Trunk version of patch works
-     +1: 
-     rpluem: This code still has bad edge cases that lead to segfaults. I have
-     a better version in the pipe that currently undergoes testing and will
-     be in trunk soon.
+        http://people.apache.org/~rpluem/patches/proxy_alloc_lifetime_rework_2.2.x.diff
+     +1: rpluem,
 
    * mod_proxy: Add the possibility to set the worker parameters
      connectiontimeout and ping in milliseconds.