You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by NormW <no...@gknw.net> on 2016/10/18 12:02:10 UTC

httpd-trunk - mod_proxy_http2 needs an export

G\E
If anyone is looking after NetWare issues:
> Index: modules/http2/NWGNUmod_http2
> ==================================================================
> --- modules/http2/NWGNUmod_http2        (revision 1765415)
> +++ modules/http2/NWGNUmod_http2        (working copy)
> @@ -393,6 +393,7 @@
>         @echo $(DL) nghttp2_session_want_write,$(DL) >> $@
>         @echo $(DL) nghttp2_strerror,$(DL) >> $@
>         @echo $(DL) nghttp2_submit_goaway,$(DL) >> $@
> +       @echo $(DL) nghttp2_submit_ping,$(DL) >> $@
>         @echo $(DL) nghttp2_submit_request,$(DL) >> $@
>         @echo $(DL) nghttp2_submit_rst_stream,$(DL) >> $@
>         @echo $(DL) nghttp2_submit_settings,$(DL) >> $@

norm

Re: httpd-trunk - mod_proxy_http2 needs an export

Posted by NormW <no...@gknw.net>.
G/M
Thanks for the thanks!
Norm
On 18/10/2016 11:06 PM, Stefan Eissing wrote:
> Added in trunk and 2.4.x branch. Thanks!
>
>> Am 18.10.2016 um 14:02 schrieb NormW <no...@gknw.net>:
>>
>> G\E
>> If anyone is looking after NetWare issues:
>>> Index: modules/http2/NWGNUmod_http2
>>> ==================================================================
>>> --- modules/http2/NWGNUmod_http2        (revision 1765415)
>>> +++ modules/http2/NWGNUmod_http2        (working copy)
>>> @@ -393,6 +393,7 @@
>>>         @echo $(DL) nghttp2_session_want_write,$(DL) >> $@
>>>         @echo $(DL) nghttp2_strerror,$(DL) >> $@
>>>         @echo $(DL) nghttp2_submit_goaway,$(DL) >> $@
>>> +       @echo $(DL) nghttp2_submit_ping,$(DL) >> $@
>>>         @echo $(DL) nghttp2_submit_request,$(DL) >> $@
>>>         @echo $(DL) nghttp2_submit_rst_stream,$(DL) >> $@
>>>         @echo $(DL) nghttp2_submit_settings,$(DL) >> $@
>>
>> norm
>


Re: httpd-trunk - mod_proxy_http2 needs an export

Posted by Stefan Eissing <st...@greenbytes.de>.
Added in trunk and 2.4.x branch. Thanks!

> Am 18.10.2016 um 14:02 schrieb NormW <no...@gknw.net>:
> 
> G\E
> If anyone is looking after NetWare issues:
>> Index: modules/http2/NWGNUmod_http2
>> ==================================================================
>> --- modules/http2/NWGNUmod_http2        (revision 1765415)
>> +++ modules/http2/NWGNUmod_http2        (working copy)
>> @@ -393,6 +393,7 @@
>>        @echo $(DL) nghttp2_session_want_write,$(DL) >> $@
>>        @echo $(DL) nghttp2_strerror,$(DL) >> $@
>>        @echo $(DL) nghttp2_submit_goaway,$(DL) >> $@
>> +       @echo $(DL) nghttp2_submit_ping,$(DL) >> $@
>>        @echo $(DL) nghttp2_submit_request,$(DL) >> $@
>>        @echo $(DL) nghttp2_submit_rst_stream,$(DL) >> $@
>>        @echo $(DL) nghttp2_submit_settings,$(DL) >> $@
> 
> norm