]> granicus.if.org Git - apache/commitdiff
proposing set of core/mod_ssl changes for http/2 improvements
authorStefan Eissing <icing@apache.org>
Wed, 4 Nov 2015 15:30:18 +0000 (15:30 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 4 Nov 2015 15:30:18 +0000 (15:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712568 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index de06c480816ff7b9be34f9526ffabd76981c9b83..20cff07e97534ad52704a35e484d2ae0661ff534 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -162,7 +162,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   (trunk works, meant to ease review)
      +1: ylavic, minfrin
 
-
+  *) core/mod_ssl: 
+     - master conn_rec* addition to conn_rec
+     - minor mmn bump
+     - improved ALPN and Upgrade handling
+     - allowing requests for servers whose TLS configuration is compatible
+       to the SNI server ones
+     - disabling TLS renegotiation for slave connections
+     changes are necessary for update modules/http2
+     trunk patch: http://svn.apache.org/r1708107
+                  http://svn.apache.org/r1709587
+                  http://svn.apache.org/r1709602
+                  http://svn.apache.org/r1709995
+                  http://svn.apache.org/r1710231
+                  http://svn.apache.org/r1710419
+                  http://svn.apache.org/r1710572
+                  http://svn.apache.org/r1710583
+                  + manual addition of "conn_rec *master;"
+     2.4.x patch: https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/2.4.17-protocols.patch
+     branch mergeable to 2.4.x: ^/httpd/httpd/branches/2.4.17-protocols-changes
+     +1: icing
+    
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if