PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-- *) mod_h2: add HTTP/2 support to httpd, depends on core/mod_ssl changes above
-- 2.4.x branch for this and core/mod_ssl: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.17-protocols-http2
-- See diff and merged changelists via:
-- svn diff ^/httpd/httpd/branches/2.4.x ^/httpd/httpd/branches/2.4.17-protocols-http2
-- +1: icing, jim, ylavic
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
AP_DECLARE(int) ap_find_etag_strong(apr_pool_t *p, const char *line, const char *tok);
/**
++<<<<<<< .working
* Retrieve an array of tokens in the format "1#token" defined in RFC2616. Only
* accepts ',' as a delimiter, does not accept quoted strings, and errors on
* any separator.
}
#endif /* HAVE_TLS_SESSION_TICKETS */
-
++<<<<<<< .working
#ifdef HAVE_TLS_ALPN
+
/*
* This callback function is executed when the TLS Application-Layer
* Protocol Negotiation Extension (ALPN, RFC 7301) is triggered by the Client