Re: HTTP/2 setting MAX_CONCURRENT_STREAMS

2019-04-17 Thread Kunal Ekawde via curl-library
Sure, let me try that. Thanks On Wed, Apr 17, 2019, 17:56 Daniel Stenberg wrote: > On Wed, 17 Apr 2019, Kunal Ekawde via curl-library wrote: > > > I couldn't locate API (In 7.64.0) to set application desired > > MAX_CONCURRENT_STREAMS. Any reason for this to be restricted to be > passed by > >

Re: HTTP/2 setting MAX_CONCURRENT_STREAMS

2019-04-17 Thread Daniel Stenberg via curl-library
On Wed, 17 Apr 2019, Kunal Ekawde via curl-library wrote: I couldn't locate API (In 7.64.0) to set application desired MAX_CONCURRENT_STREAMS. Any reason for this to be restricted to be passed by application and setting it to 100 explicitly while sending SETTINGS frame ? Not at all. It's just

HTTP/2 setting MAX_CONCURRENT_STREAMS

2019-04-17 Thread Kunal Ekawde via curl-library
Hi, I couldn't locate API (In 7.64.0) to set application desired MAX_CONCURRENT_STREAMS. Any reason for this to be restricted to be passed by application and setting it to 100 explicitly while sending SETTINGS frame ? Thanks, ~Kunal