HTTP/2 Concurrent streams question

Elias Schulze elias.schulze at jayway.com
Wed Nov 7 10:22:06 UTC 2018


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 new
parallel connections if the max concurrent streams is reached for any one
open connection and there's more request to be sent. Why doesn't it? Am I
meant to handle such cases myself? The server in this case is an amazon
load balancer, so I can't change the server HTTP/2 settings.

Thanks in advance!
Elias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20181107/909c61c2/attachment.html>


More information about the net-dev mailing list