On Wed, Sep 7, 2016 at 5:54 AM, NormW <no...@gknw.net> wrote:

> G/E
>
>> Index: modules/http2/NWGNUmod_http2
>> ===================================================================
>> --- modules/http2/NWGNUmod_http2        (revision 1759564)
>> +++ modules/http2/NWGNUmod_http2        (working copy)
>> @@ -369,7 +369,6 @@
>>         @echo $(DL) h2_proxy_res_ignore_header,$(DL) >> $@
>>         @echo $(DL) h2_headers_add_h1,$(DL) >> $@
>>         @echo $(DL) h2_req_create,$(DL) >> $@
>> -       @echo $(DL) h2_req_createn,$(DL) >> $@
>>         @echo $(DL) h2_util_camel_case_header,$(DL) >> $@
>>         @echo $(DL) h2_util_frame_print,$(DL) >> $@
>>         @echo $(DL) h2_util_ngheader_make_req,$(DL) >> $@
>>
>
> h2_req_createn is no longer part of mod_http2, now in proxy_util.c only.
>

Whoa... just to be clear, linux is a flat namespace, that is not universal.
Win32, Netware, OS/X, and others offer multi-level bound namespaces.

Which means we can't bounce symbols from one shared object module
to another without a major version bump :-(

Reply via email to