]> granicus.if.org Git - apache/commitdiff
proposing Protocols patch for backport
authorStefan Eissing <icing@apache.org>
Wed, 26 Aug 2015 13:37:18 +0000 (13:37 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 26 Aug 2015 13:37:18 +0000 (13:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697931 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c2cffba11336434ecab0ded6908969294d5ff4ec..0082b46beb196f609a22941cbc1888301cced677 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -351,7 +351,23 @@ PATCHES/ISSUES THAT ARE BEING WORKED
              make it nonblocking (by default)?
         jim: Non-blocking seems the best way to handle...
 
-
+  *) core/mod_ssl: add Protocols/ProtocolsHonorOrder directives and new 
+     protocols hooks to control Upgrade: and ALPN protocol switching.
+     HTTP_MISDIRECTED_REQUEST addition and handling in mod_ssl
+     trunk patch: http://svn.apache.org/r1697855
+                  http://svn.apache.org/r1697339
+                  http://svn.apache.org/r1696428
+                  http://svn.apache.org/r1696266
+                  http://svn.apache.org/r1696264
+                  http://svn.apache.org/r1695874
+                  http://svn.apache.org/r1695727
+                  http://svn.apache.org/r1692516
+                  http://svn.apache.org/r1692486
+                  http://svn.apache.org/r1610674 (partial)
+                  http://svn.apache.org/r1685069
+    2.4.x patch: https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/core-protocols.patch
+    +1: icing, 
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_systemd: New module, for integration with systemd on Linux.