You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using jetty http2 9.4.7 version and using high level http2 client for posting request, we are seeing "MessageMax local stream count 1000 exceeded" error after processing some requests. what could be the reason for this issue.
The text was updated successfully, but these errors were encountered:
If you are using HTTP2Client, then you have to manage the number of streams on the client yourself and be sure you don't exceed the max allowed by the server.
If you are using HttpClient, then it should manage the max number of streams for you and you should not worry. If you have a problem using HttpClient, then it may be a duplicate of #2796.
We are using jetty http2 9.4.7 version and using high level http2 client for posting request, we are seeing "MessageMax local stream count 1000 exceeded" error after processing some requests. what could be the reason for this issue.
The text was updated successfully, but these errors were encountered: