Re: mod_proxy_http2 questions (was: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental)

2016-03-11 Thread Yann Ylavic
On Fri, Mar 11, 2016 at 11:33 AM, Stefan Eissing wrote: > >> Am 10.03.2016 um 22:24 schrieb Yann Ylavic : >> >> [...] >>> >>> Concurrent Handling >>> --- >>> I was then thinking: how do I get all the concurrent proxy_http2

Re: request SUSPENDED (was: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental)

2016-03-11 Thread Stefan Eissing
Ok, tests show that on returning SUSPENDED, no EOS + EOR buckets are written, but a FLUSH is passed by ap_process_request() nevertheless. Maybe that should not be done on a suspended connection, not sure. -Stefan > Am 11.03.2016 um 12:02 schrieb Stefan Eissing : >

Re: HTTP/2 in massive file transfers

2016-03-11 Thread Molina
Hello again, I installed the newest version now (2.4.18), but I still get the same results. Answering by parts: 1. I do not use SSL 2. I have tried now with h2o and nghttpd. Obtained results are explained below 3. Increasing or decreasing the number of concurrent streams does not significantly

Re: request SUSPENDED (was: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental)

2016-03-11 Thread Stefan Eissing
Comments to the later parts, re suspending requests. > Am 10.03.2016 um 22:24 schrieb Yann Ylavic : > [...] > On Thu, Mar 10, 2016 at 5:38 PM, Stefan Eissing > wrote: >> >> Backend Engines >> --- >> How can we do that? Let's

Re: mod_proxy_http2 questions (was: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental)

2016-03-11 Thread Stefan Eissing
> Am 10.03.2016 um 22:24 schrieb Yann Ylavic : > > [...] >> >> Concurrent Handling >> --- >> I was then thinking: how do I get all the concurrent proxy_http2 requests to >> use the same connection? I was originally thinking about some dort of de-mux, >> a