Re: HTTP/2 Concurrent streams question

2018-11-07 Thread Simone Bordet
Hi, On Wed, Nov 7, 2018 at 7:09 PM Michael McMahon wrote: > > That's useful feedback Simone. It sounds like this is a somewhat > different issue though. > How would you recommend determining when to open a new connection to > maximise throughput? Opening a new connection and maximizing throughpu

Re: HTTP/2 Concurrent streams question

2018-11-07 Thread Michael McMahon
That's useful feedback Simone. It sounds like this is a somewhat different issue though. How would you recommend determining when to open a new connection to maximise throughput? Thanks, Michael. On 07/11/2018, 12:00, Simone Bordet wrote: Hi, On Wed, Nov 7, 2018 at 11:44 AM Michael McMahon

Re: HTTP/2 Concurrent streams question

2018-11-07 Thread Simone Bordet
Hi, On Wed, Nov 7, 2018 at 11:44 AM Michael McMahon wrote: > > Hi, > > This is the right place to ask! It was implemented that way because RFC 7540 > recommends that: > >Clients SHOULD NOT open more than one HTTP/2 connection to a given >host and port pair, where the host is derived from

Re: HTTP/2 Concurrent streams question

2018-11-07 Thread Michael McMahon
Hi, This is the right place to ask! It was implemented that way because RFC 7540 recommends that: Clients SHOULD NOT open more than one HTTP/2 connection to a given host and port pair, where the host is derived from a URI, a selected alternative service [ALT-SVC

HTTP/2 Concurrent streams question

2018-11-07 Thread Elias Schulze
Hi! Not sure if this is the right place to ask, please point me in the right direction if it's not. My question is regarding the IOException "too many concurrent streams" in Http2Connection line 440. Probably my understanding of HTTP/2 and net.http is wrong, but I expected the HttpClient to open n