Re: Time To Propose Your ApacheCon 2019 Project Summit

2019-02-12 Thread Rich Bowen
No, nobody has done. On Wed, Nov 28, 2018, 07:54 Daniel Ruggeri We've traditionally had a day or two of content for httpd... has anyone > added an item to the form? I cannot see the backing database/spreadsheet in > the apachecon gsuite location... > > If not, I can propose and coordinate the tra

Re: svn commit: r1853407 - in /httpd/httpd/trunk/modules: http2/mod_proxy_http2.c proxy/mod_proxy_http.c

2019-02-12 Thread Stefan Eissing
Ok, took the opportunity to add that to my pytest suite in mod-h2. You need a local "pytest", "curl" and "nghttp" executable. If you checkout https://github.com/icing/mod_h2 master, run the configure: > autoreconf -i > automake > autoconf > ./configure --with-apxs=/opt/apache-2.4.x/bin/apxs --en

Re: svn commit: r1853407 - in /httpd/httpd/trunk/modules: http2/mod_proxy_http2.c proxy/mod_proxy_http.c

2019-02-12 Thread Yann Ylavic
OK, thanks Stefan, will look at it. On Tue, Feb 12, 2019 at 11:12 AM ste...@eissing.org wrote: > > Yann, > > this works fine in my tests on trunk. However on 2.4.x I get often errors > when uploading data without content-length. > > Scenario from the h2 test suite, HTTP/2 on the front, old skoo

Re: svn commit: r1853407 - in /httpd/httpd/trunk/modules: http2/mod_proxy_http2.c proxy/mod_proxy_http.c

2019-02-12 Thread ste...@eissing.org
Yann, this works fine in my tests on trunk. However on 2.4.x I get often errors when uploading data without content-length. Scenario from the h2 test suite, HTTP/2 on the front, old skool HTTP/1.1 proxy to itself: > while true; do nghttp -v --expect-continue --data=gen/tmp/updata > -H'Conten