Re: svn commit: r1904269 - in /httpd/httpd/trunk: changes-entries/ docs/manual/mod/ modules/http2/ test/modules/http2/

2022-09-27 Thread Ruediger Pluem
On 9/26/22 2:29 PM, ic...@apache.org wrote: > Author: icing > Date: Mon Sep 26 12:29:47 2022 > New Revision: 1904269 > > URL: http://svn.apache.org/viewvc?rev=1904269=rev > Log: > *) mod_http2: new directive "H2HeaderStrictness" to control the compliance > level of header checks as

Re: svn commit: r1904297 - in /httpd/httpd/trunk/modules/http2: h2_c2.c h2_mplx.c h2_mplx.h h2_proxy_session.c h2_proxy_util.c h2_push.c h2_session.c h2_session.h h2_stream.c h2_util.c h2_util.h h2_wo

2022-09-27 Thread Stefan Eissing via dev
> Am 27.09.2022 um 13:43 schrieb Ruediger Pluem : > > > > On 9/27/22 12:53 PM, ic...@apache.org wrote: >> Author: icing--- httpd/httpd/trunk/modules/http2/h2_stream.c (original) >> +++ httpd/httpd/trunk/modules/http2/h2_stream.c Tue Sep 27 10:53:51 2022 >> @@ -147,7 +147,7 @@ static int

Re: svn commit: r1904269 - in /httpd/httpd/trunk: changes-entries/ docs/manual/mod/ modules/http2/ test/modules/http2/

2022-09-27 Thread Stefan Eissing via dev
> Am 27.09.2022 um 08:49 schrieb Ruediger Pluem : > > > > On 9/26/22 2:29 PM, ic...@apache.org wrote: >> Author: icing >> Date: Mon Sep 26 12:29:47 2022 >> New Revision: 1904269 >> >> URL: http://svn.apache.org/viewvc?rev=1904269=rev >> Log: >> *) mod_http2: new directive

Re: svn commit: r1904297 - in /httpd/httpd/trunk/modules/http2: h2_c2.c h2_mplx.c h2_mplx.h h2_proxy_session.c h2_proxy_util.c h2_push.c h2_session.c h2_session.h h2_stream.c h2_util.c h2_util.h h2_wo

2022-09-27 Thread Ruediger Pluem
On 9/27/22 12:53 PM, ic...@apache.org wrote: > Author: icing > Date: Tue Sep 27 10:53:51 2022 > New Revision: 1904297 > > URL: http://svn.apache.org/viewvc?rev=1904297=rev > Log: > *) mod_http2: type adjustments and castings for > int/apr_uint32_t/apr_size_t/apr_off_t. > > > Modified: >