You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Gregg Smith <gl...@gknw.net> on 2016/04/28 18:57:42 UTC

Re: svn commit: r1741419 [1/4] - in /httpd/httpd/branches/2.4.x: ./ modules/http2/

On 4/28/2016 5:43 AM, icing@apache.org wrote:
> Author: icing
> Date: Thu Apr 28 12:43:02 2016
> New Revision: 1741419
>
> URL: http://svn.apache.org/viewvc?rev=1741419&view=rev
> Log:
> mod_http2: backport of 1.5.2 to 2.4.x
>
> Added:
>      httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.c
>        - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
>      httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.h
>        - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.h

Hi Stefan,

FYI
h2_bucket_beam.c(338) : warning C4003: not enough actual parameters for 
macro 'APLOGNO'
Maybe you can recycle one from one of the removed files, not sure about 
that however since they were used in 2.4.20.

- Gregg -

Re: svn commit: r1741419 [1/4] - in /httpd/httpd/branches/2.4.x: ./ modules/http2/

Posted by Stefan Eissing <st...@greenbytes.de>.
Should be all fine now. Updated in r1741564.

-Stefan

> Am 28.04.2016 um 23:11 schrieb Gregg Smith <gl...@gknw.net>:
> 
> Oops, one more.
> h2_request.c(452) : warning C4003: not enough actual parameters for macro 'APLOGNO'
> 
> On 4/28/2016 10:17 AM, Stefan Eissing wrote:
>> Ah, will alloc a new one tomorrow. Should be one left. Thanks.
>> 
>>> Am 28.04.2016 um 18:57 schrieb Gregg Smith<gl...@gknw.net>:
>>> 
>>>> On 4/28/2016 5:43 AM, icing@apache.org wrote:
>>>> Author: icing
>>>> Date: Thu Apr 28 12:43:02 2016
>>>> New Revision: 1741419
>>>> 
>>>> URL: http://svn.apache.org/viewvc?rev=1741419&view=rev
>>>> Log:
>>>> mod_http2: backport of 1.5.2 to 2.4.x
>>>> 
>>>> Added:
>>>>     httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.c
>>>>       - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
>>>>     httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.h
>>>>       - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.h
>>> Hi Stefan,
>>> 
>>> FYI
>>> h2_bucket_beam.c(338) : warning C4003: not enough actual parameters for macro 'APLOGNO'
>>> Maybe you can recycle one from one of the removed files, not sure about that however since they were used in 2.4.20.
>>> 
>>> - Gregg -
> 


Re: svn commit: r1741419 [1/4] - in /httpd/httpd/branches/2.4.x: ./ modules/http2/

Posted by Gregg Smith <gl...@gknw.net>.
Oops, one more.
h2_request.c(452) : warning C4003: not enough actual parameters for 
macro 'APLOGNO'

On 4/28/2016 10:17 AM, Stefan Eissing wrote:
> Ah, will alloc a new one tomorrow. Should be one left. Thanks.
>
>> Am 28.04.2016 um 18:57 schrieb Gregg Smith<gl...@gknw.net>:
>>
>>> On 4/28/2016 5:43 AM, icing@apache.org wrote:
>>> Author: icing
>>> Date: Thu Apr 28 12:43:02 2016
>>> New Revision: 1741419
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1741419&view=rev
>>> Log:
>>> mod_http2: backport of 1.5.2 to 2.4.x
>>>
>>> Added:
>>>      httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.c
>>>        - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
>>>      httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.h
>>>        - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.h
>> Hi Stefan,
>>
>> FYI
>> h2_bucket_beam.c(338) : warning C4003: not enough actual parameters for macro 'APLOGNO'
>> Maybe you can recycle one from one of the removed files, not sure about that however since they were used in 2.4.20.
>>
>> - Gregg -


Re: svn commit: r1741419 [1/4] - in /httpd/httpd/branches/2.4.x: ./ modules/http2/

Posted by Stefan Eissing <st...@greenbytes.de>.
Ah, will alloc a new one tomorrow. Should be one left. Thanks. 

> Am 28.04.2016 um 18:57 schrieb Gregg Smith <gl...@gknw.net>:
> 
>> On 4/28/2016 5:43 AM, icing@apache.org wrote:
>> Author: icing
>> Date: Thu Apr 28 12:43:02 2016
>> New Revision: 1741419
>> 
>> URL: http://svn.apache.org/viewvc?rev=1741419&view=rev
>> Log:
>> mod_http2: backport of 1.5.2 to 2.4.x
>> 
>> Added:
>>     httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.c
>>       - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
>>     httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.h
>>       - copied, changed from r1739303, httpd/httpd/trunk/modules/http2/h2_bucket_beam.h
> 
> Hi Stefan,
> 
> FYI
> h2_bucket_beam.c(338) : warning C4003: not enough actual parameters for macro 'APLOGNO'
> Maybe you can recycle one from one of the removed files, not sure about that however since they were used in 2.4.20.
> 
> - Gregg -


Re: svn commit: r1741419 [1/4] - in /httpd/httpd/branches/2.4.x: ./ modules/http2/

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
On Thu, Apr 28, 2016 at 11:57 AM, Gregg Smith <gl...@gknw.net> wrote:

> On 4/28/2016 5:43 AM, icing@apache.org wrote:
>
>> Author: icing
>> Date: Thu Apr 28 12:43:02 2016
>> New Revision: 1741419
>>
>> URL: http://svn.apache.org/viewvc?rev=1741419&view=rev
>> Log:
>> mod_http2: backport of 1.5.2 to 2.4.x
>>
>> Added:
>>      httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.c
>>        - copied, changed from r1739303,
>> httpd/httpd/trunk/modules/http2/h2_bucket_beam.c
>>      httpd/httpd/branches/2.4.x/modules/http2/h2_bucket_beam.h
>>        - copied, changed from r1739303,
>> httpd/httpd/trunk/modules/http2/h2_bucket_beam.h
>>
>
> Hi Stefan,
>
> FYI
> h2_bucket_beam.c(338) : warning C4003: not enough actual parameters for
> macro 'APLOGNO'
> Maybe you can recycle one from one of the removed files, not sure about
> that however since they were used in 2.4.20.


You can't recycle a released identifier.