Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max local stream count 1000 exceeded #3036

Closed
prakashnandihal opened this issue Oct 29, 2018 · 1 comment
Closed

Max local stream count 1000 exceeded #3036

prakashnandihal opened this issue Oct 29, 2018 · 1 comment

Comments

@prakashnandihal
Copy link

prakashnandihal commented Oct 29, 2018

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.

@prakashnandihal prakashnandihal changed the title dnhbglful MessageMax local stream count 1000 exceeded Oct 29, 2018
@prakashnandihal prakashnandihal changed the title MessageMax local stream count 1000 exceeded Max local stream count 1000 exceeded Oct 29, 2018
@sbordet
Copy link
Contributor

sbordet commented Oct 29, 2018

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.

@sbordet sbordet closed this as completed Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants