Re: svn commit: r1891148 - in /httpd/httpd/trunk: include/ap_mmn.h include/util_filter.h modules/proxy/proxy_util.c server/util_filter.c

2021-08-20 Thread Joe Orton
On Thu, Aug 19, 2021 at 03:28:44PM +0200, Yann Ylavic wrote: > The only filters that care about write completion for now are > ap_core_output_filter() and ssl_io_filter_output(), which try to fill > in the pipe as much as possible, using > ap_filter_reinstate_brigade(&flush_upto) to determine wheth

http2 test suite

2021-08-20 Thread Stefan Eissing
https://github.com/apache/httpd/pull/260 a PR with the http2 test suite in trunk/test/modules/http2 How to use: • run configure again after you checked this out • the following components need to be installed on your system: • python3, pytest • curl, nghttp, h2load run the tests: > make

Re: http2 test suite

2021-08-20 Thread Joe Orton
On Fri, Aug 20, 2021 at 11:35:45AM +0200, Stefan Eissing wrote: > https://github.com/apache/httpd/pull/260 > a PR with the http2 test suite in trunk/test/modules/http2 > > How to use: > > • run configure again after you checked this out > • the following components need to be installed on your

Re: http2 test suite

2021-08-20 Thread ste...@eissing.org
> Am 20.08.2021 um 13:46 schrieb Joe Orton : > > On Fri, Aug 20, 2021 at 11:35:45AM +0200, Stefan Eissing wrote: >> https://github.com/apache/httpd/pull/260 >> a PR with the http2 test suite in trunk/test/modules/http2 >> >> How to use: >> >> • run configure again after you checked this out

Re: http2 test suite

2021-08-20 Thread ste...@eissing.org
Done in r1892476. Looking forward on how this works on your machines. - Stefan > Am 20.08.2021 um 13:50 schrieb ste...@eissing.org: > > > >> Am 20.08.2021 um 13:46 schrieb Joe Orton : >> >> On Fri, Aug 20, 2021 at 11:35:45AM +0200, Stefan Eissing wrote: >>> https://github.com/apache/httpd/pul