]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add a proposal
authorRuediger Pluem <rpluem@apache.org>
Sun, 11 Jan 2009 13:42:02 +0000 (13:42 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 11 Jan 2009 13:42:02 +0000 (13:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733472 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0f98b3fe75358cc772c43f491b1644123f051f09..29da26ab48ceb46b3a77670b79e1de2f50f704ce 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -169,6 +169,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       trunk works
     +1: covener, niq
 
+ * mod_ssl: Add SSLRenegBufferSize to configure the amount of memory that will
+   be used for buffering the request body if a per-location SSL renegotiationi
+   is required due to changed access control requirements.
+   PR 39243, 46508
+   Trunk version of patch:
+      http://svn.apache.org/viewvc?rev=726109&view=rev
+      http://svn.apache.org/viewvc?rev=733465&view=rev
+      http://svn.apache.org/viewvc?rev=733467&view=rev
+   Backport version for 2.2.x of patch:
+      Trunk version of patch works
+   +1: rpluem,
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).