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

Include number of maximum active streams in exception message #11644

Merged
merged 2 commits into from Sep 3, 2021

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

When users receive "Maximum active streams violated for this endpoint"
exception, it's useful to know what is the current max streams limit on
HTTP/2 connection.

Modifications:

  • Include current number of maximum active streams in exception message;

Result:

Easier debugging of HTTP/2 connections.

Motivation:

When users receive "Maximum active streams violated for this endpoint"
exception, it's useful to know what is the current max streams limit on
HTTP/2 connection.

Modifications:

- Include current number of maximum active streams in exception message;

Result:

Easier debugging of HTTP/2 connections.
@normanmaurer normanmaurer added this to the 4.1.68.Final milestone Sep 2, 2021
@normanmaurer normanmaurer merged commit 37c03cc into netty:4.1 Sep 3, 2021
normanmaurer pushed a commit that referenced this pull request Sep 3, 2021
Motivation:

When users receive "Maximum active streams violated for this endpoint"
exception, it's useful to know what is the current max streams limit on
HTTP/2 connection.

Modifications:

- Include current number of maximum active streams in exception message;

Result:

Easier debugging of HTTP/2 connections.
laosijikaichele pushed a commit to laosijikaichele/netty that referenced this pull request Dec 16, 2021
…11644)


Motivation:

When users receive "Maximum active streams violated for this endpoint"
exception, it's useful to know what is the current max streams limit on
HTTP/2 connection.

Modifications:

- Include current number of maximum active streams in exception message;

Result:

Easier debugging of HTTP/2 connections.
laosijikaichele pushed a commit to laosijikaichele/netty that referenced this pull request Dec 16, 2021
…11644)


Motivation:

When users receive "Maximum active streams violated for this endpoint"
exception, it's useful to know what is the current max streams limit on
HTTP/2 connection.

Modifications:

- Include current number of maximum active streams in exception message;

Result:

Easier debugging of HTTP/2 connections.
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
…11644)


Motivation:

When users receive "Maximum active streams violated for this endpoint"
exception, it's useful to know what is the current max streams limit on
HTTP/2 connection.

Modifications:

- Include current number of maximum active streams in exception message;

Result:

Easier debugging of HTTP/2 connections.
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

Successfully merging this pull request may close these issues.

None yet

2 participants