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

Descriptive message for errors related to unknown http2 streams #13691

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

mostroverkhov
Copy link
Contributor

Motivation:

When unknown http2 stream error occurs, It is hard to analyze root cause since only streamId is provided in message.

Modification:

Add frame type, endOfStream flag (where applicable) to error message.

Result:

More descriptive error messages.

Motivation:

When unknown http2 stream error occurs, It is hard to analyze root cause since only streamId is provided in message.

Modification:

Add frame type, endOfStream flag (where applicable) to error message.

Result:

More descriptive error messages.
@normanmaurer normanmaurer added this to the 4.1.101.Final milestone Nov 8, 2023
@normanmaurer normanmaurer merged commit 5cb2e4f into netty:4.1 Nov 8, 2023
14 checks passed
@normanmaurer
Copy link
Member

@mostroverkhov good idea! Thanks

normanmaurer pushed a commit that referenced this pull request Nov 13, 2023
Motivation:

When unknown http2 stream error occurs, It is hard to analyze root cause
since only streamId is provided in message.

Modification:

Add frame type, endOfStream flag (where applicable) to error message.

Result:

More descriptive error messages.
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