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

2016-04-29 Thread Stefan Eissing
Should be all fine now. Updated in r1741564.

-Stefan

> Am 28.04.2016 um 23:11 schrieb Gregg Smith :
> 
> 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:
>>> 
 On 4/28/2016 5:43 AM, ic...@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/

2016-04-28 Thread Gregg Smith

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:


On 4/28/2016 5:43 AM, ic...@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/

2016-04-28 Thread Stefan Eissing
Ah, will alloc a new one tomorrow. Should be one left. Thanks. 

> Am 28.04.2016 um 18:57 schrieb Gregg Smith :
> 
>> On 4/28/2016 5:43 AM, ic...@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/

2016-04-28 Thread William A Rowe Jr
On Thu, Apr 28, 2016 at 11:57 AM, Gregg Smith  wrote:

> On 4/28/2016 5:43 AM, ic...@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.


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

2016-04-28 Thread Gregg Smith

On 4/28/2016 5:43 AM, ic...@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 -