Re: svn commit: r1894220 - in /httpd/httpd/trunk: modules/http2/h2_bucket_beam.c test/modules/http2/test_004_post.py test/modules/http2/test_400_push.py test/modules/http2/test_401_early_hints.py

2021-10-14 Thread ste...@eissing.org
It has been changed! h2 header buckets have now a length of 0. > Am 14.10.2021 um 11:34 schrieb ste...@eissing.org: > > > >> Am 14.10.2021 um 11:28 schrieb Ruediger Pluem : >> >> >> >> On 10/14/21 11:20 AM, ste...@eissing.org wrote: >>> >>> Am 14.10.2021 um 11:17 schrieb Ruediger

Re: svn commit: r1894220 - in /httpd/httpd/trunk: modules/http2/h2_bucket_beam.c test/modules/http2/test_004_post.py test/modules/http2/test_400_push.py test/modules/http2/test_401_early_hints.py

2021-10-14 Thread ste...@eissing.org
> Am 14.10.2021 um 11:28 schrieb Ruediger Pluem : > > > > On 10/14/21 11:20 AM, ste...@eissing.org wrote: >> >> >>> Am 14.10.2021 um 11:17 schrieb Ruediger Pluem : >>> >>> >>> >>> On 10/14/21 10:59 AM, ic...@apache.org wrote: Author: icing Date: Thu Oct 14 08:59:12 2021

Re: svn commit: r1894220 - in /httpd/httpd/trunk: modules/http2/h2_bucket_beam.c test/modules/http2/test_004_post.py test/modules/http2/test_400_push.py test/modules/http2/test_401_early_hints.py

2021-10-14 Thread Joe Orton
On Thu, Oct 14, 2021 at 11:17:11AM +0200, Ruediger Pluem wrote: > On 10/14/21 10:59 AM, ic...@apache.org wrote: > > - > > + > > +b = APR_BRIGADE_FIRST(bb); > > if (APR_BUCKET_IS_METADATA(b)) { > > APR_BUCKET_REMOVE(b); > > apr_bucket_setaside(b, beam->pool); > >

Re: svn commit: r1894220 - in /httpd/httpd/trunk: modules/http2/h2_bucket_beam.c test/modules/http2/test_004_post.py test/modules/http2/test_400_push.py test/modules/http2/test_401_early_hints.py

2021-10-14 Thread Ruediger Pluem
On 10/14/21 11:20 AM, ste...@eissing.org wrote: > > >> Am 14.10.2021 um 11:17 schrieb Ruediger Pluem : >> >> >> >> On 10/14/21 10:59 AM, ic...@apache.org wrote: >>> Author: icing >>> Date: Thu Oct 14 08:59:12 2021 >>> New Revision: 1894220 >>> >>> URL:

Re: svn commit: r1894220 - in /httpd/httpd/trunk: modules/http2/h2_bucket_beam.c test/modules/http2/test_004_post.py test/modules/http2/test_400_push.py test/modules/http2/test_401_early_hints.py

2021-10-14 Thread ste...@eissing.org
> Am 14.10.2021 um 11:17 schrieb Ruediger Pluem : > > > > On 10/14/21 10:59 AM, ic...@apache.org wrote: >> Author: icing >> Date: Thu Oct 14 08:59:12 2021 >> New Revision: 1894220 >> >> URL: http://svn.apache.org/viewvc?rev=1894220=rev >> Log: >> *) mod_http2: no longer splitting buckets

Re: svn commit: r1894220 - in /httpd/httpd/trunk: modules/http2/h2_bucket_beam.c test/modules/http2/test_004_post.py test/modules/http2/test_400_push.py test/modules/http2/test_401_early_hints.py

2021-10-14 Thread Ruediger Pluem
On 10/14/21 10:59 AM, ic...@apache.org wrote: > Author: icing > Date: Thu Oct 14 08:59:12 2021 > New Revision: 1894220 > > URL: http://svn.apache.org/viewvc?rev=1894220=rev > Log: > *) mod_http2: no longer splitting buckets on adding them to a beam, > accepting the whole bucket since no