Le 17/03/2016 18:37, [email protected] a écrit :
Author: icing
Date: Thu Mar 17 17:37:35 2016
New Revision: 1735466

URL: http://svn.apache.org/viewvc?rev=1735466&view=rev
Log:
proposal to backport mod_proxy_http2

Modified:
     httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1735466&r1=1735465&r2=1735466&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Mar 17 17:37:35 2016
@@ -175,7 +175,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                    
http://home.apache.org/~ylavic/patches/httpd-2.4.x-no_crl_for_cert_ok.patch
       +1: ylavic
-
+  *) mod_proxy_http2: add http2 proxy support in new, experimental module.
+     Includes backport of r1729208 to set ALPN protocols for ssl backend
+     connections.
+     Trunk version of patch: <various>
+     Backport version for 2.4.x of patch: 
https://eissing.org/proxy_http2_2.4.patch
+     +1: icing
+
+
  PATCHES/ISSUES THAT ARE BEING WORKED
*) http: Don't remove the Content-Length of zero from a HEAD response if

The following code is spurious:
+    if (APLOGcdebug(session->c)) {
+        ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c,
+                      "h2_proxy_session(%s): submit %s%s -> %d",
+ session->id, stream->req->authority, stream->req->path,
+                      rv);
+    }
+    else {
+        ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c,
+                      "h2_proxy_session(%s-%d): submit %s%s",
+ session->id, rv, stream->req->authority, stream->req->path);
+    }



Reply via email to