]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose mod_dbd fix to avoid excessive connections in single request
authorChris Darroch <chrisd@apache.org>
Thu, 7 Dec 2006 22:45:15 +0000 (22:45 +0000)
committerChris Darroch <chrisd@apache.org>
Thu, 7 Dec 2006 22:45:15 +0000 (22:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483712 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8f75e3c4940631629f0cb6ac3bb1d4f8be8dabb3..414d9a3d38bde0d4d0e1cce2e5a405a2c7ff4eac 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -258,6 +258,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_headers: support regexp-based manipulation
      http://svn.apache.org/viewvc?view=rev&revision=452330
      +1: niq, chrisd, wrowe
+     chrisd: Note that the docs need to be back-ported, and
+             new_features_2_4.xml revised too.
 
    * mod_ldap: Better detection and clean up of ldap connection
      that have been terminated by the ldap server.
@@ -290,3 +292,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   don't you think?  grow the error text pad to a sane
                   width before backporting, please.
 
+   * mod_dbd: Stash DBD connections in request_config of initial request
+     only, or else sub-requests and internal redirections may cause
+     entire DBD pool to be stashed in a single HTTP request.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=481509
+     2.2.x version of patch:
+       Trunk vresion works
+     +1: chrisd
+