]> granicus.if.org Git - apache/commitdiff
Propose and move ALPN proposal to being worked.
authorYann Ylavic <ylavic@apache.org>
Fri, 12 Jun 2015 10:44:27 +0000 (10:44 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 12 Jun 2015 10:44:27 +0000 (10:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685059 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 60844024c9398ee004246bd0b52208e3d4504c7b..cc20e81c953bc91931af085178388897e084e55c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -194,6 +194,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              ints added at the end of core_server_config, the proposed merge
              does a minor bump only.
 
+  *) mod_substitute: Fix configuraton merge order. PR 57641
+     trunk patch: http://svn.apache.org/r1684900
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic
+
+  *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup,
+              on first usage only.
+     trunk patch: http://svn.apache.org/r1685052
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic
+
+
+PATCHES/ISSUES THAT ARE BEING WORKED
+
   *) mod_ssl: add ALPN support by allowing other modules to register callbacks
               for negotiation of the application layer protocol.  PR 52210.
      trunk patch: http://svn.apache.org/r1332643
@@ -209,12 +223,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1681741
                   http://svn.apache.org/r1681746
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-alpn-v4.patch
-     +1: ylavic
-     ylavic: we'd better comment on @dev for this one for Stefan Eissing (who
-             proposed the merge) to be able to follow (and comment too).
-
-
-PATCHES/ISSUES THAT ARE BEING WORKED
+     +1:
+     ylavic: Needs work wrt activation with a new Protocols directive:
+             http://www.mail-archive.com/dev@httpd.apache.org/msg62163.html
+             and also about SNI checks and status 421:
+             http://www.mail-archive.com/dev@httpd.apache.org/msg62230.html
+             Let's comment on @dev for Stefan Eissing (mod_h2) to be able to
+             participate.
 
    * mod_proxy_http: Don't establish or reuse a backend connection before pre-
      fetching the request body, so to minimize the delay between it is supposed