Commit db1236c5 authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Add a proposal


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733472 13f79535-47bb-0310-9956-ffa450edef68
parent 34b3736d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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).