You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marion & Christophe JAILLET <ch...@wanadoo.fr> on 2016/05/13 05:08:23 UTC

Re: svn commit: r1743577 [1/2] - in /httpd/httpd/branches/2.4.x: docs/manual/mod/mod_proxy_http2.xml modules/http2/NWGNUproxyht2 modules/http2/h2_proxy_session.c modules/http2/h2_proxy_session.h modules/http2/mod_proxy_http2.c modules/http2/mod_proxy_http2.h

Hi all,

mod_proxy_http2 does not compile because of changes made in mod_hhtp2:

    - h2_ihash_is_empty vs h2_ihash_empty
    - h2_request_create vs h2_req_create
    - modified header files
    - ...

If not fixed in the mean time, I'll give a look at it tonight.


Do we need to go thru the formal voting process for fixing build failure 
on an experimental module?

CJ


Le 12/05/2016 � 23:31, jim@apache.org a �crit :
> Author: jim
> Date: Thu May 12 21:31:44 2016
> New Revision: 1743577
>
> URL: http://svn.apache.org/viewvc?rev=1743577&view=rev
> Log:
> Merge r1729208, r1735668, r1735668, r1735931, r1735935, r1735942 from trunk:
>
> let proxy handler forward ALPN protocol strings for ssl proxy connections
>
> Remove leftover comment
>
> Remove leftover comment
>
> APLOGNO update for mod_proxy_http2
>
> fix APLOGNO at wrong place, me stupid
>
> h2_proxy_session: fill in missing APLOGNO()s.
> Submitted by: icing, jailletc36, jailletc36, icing, icing, ylavic
> Reviewed/backported by: jim
>
> Added:
>      httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http2.xml
>      httpd/httpd/branches/2.4.x/modules/http2/NWGNUproxyht2
>      httpd/httpd/branches/2.4.x/modules/http2/h2_proxy_session.c
>      httpd/httpd/branches/2.4.x/modules/http2/h2_proxy_session.h
>      httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.c
>      httpd/httpd/branches/2.4.x/modules/http2/mod_proxy_http2.h
>
>