Commit 18db2b20 authored by Eric Covener's avatar Eric Covener
Browse files

remove old flavor of ALPN proposal, new ALPN/Protols is now proposed.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701529 13f79535-47bb-0310-9956-ffa450edef68
parent ae5f5582
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
@@ -362,30 +362,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:

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
                  http://svn.apache.org/r1487772
                  http://svn.apache.org/r1670397
                  http://svn.apache.org/r1670434
                  http://svn.apache.org/r1670436
                  http://svn.apache.org/r1670578
                  http://svn.apache.org/r1670738
                  http://svn.apache.org/r1675459
                  http://svn.apache.org/r1676004
                  http://svn.apache.org/r1676709
                  http://svn.apache.org/r1681741
                  http://svn.apache.org/r1681746
                  http://svn.apache.org/r1685069
     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-alpn-v4.patch
     +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
     to be alive and the first bytes sent: this is a best effort to prevent the