You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/03/17 18:37:36 UTC

svn commit: r1735466 - /httpd/httpd/branches/2.4.x/STATUS

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



Re: svn commit: r1735466 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Stefan Eissing <st...@greenbytes.de>.
Thanks. Changed in 1735748. Updated backport patch.

-Stefan

> Am 18.03.2016 um 22:11 schrieb Christophe JAILLET <ch...@wanadoo.fr>:
> 
> Le 17/03/2016 18:37, icing@apache.org 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);
> +    }
> 
> 
> 


Re: svn commit: r1735466 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Christophe JAILLET <ch...@wanadoo.fr>.
Le 17/03/2016 18:37, icing@apache.org 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);
+    }