Skip to content

Descriptive message for errors related to unknown http2 streams#13691

Merged
normanmaurer merged 1 commit intonetty:4.1from
mostroverkhov:h2-stream-msg
Nov 8, 2023
Merged

Descriptive message for errors related to unknown http2 streams#13691
normanmaurer merged 1 commit intonetty:4.1from
mostroverkhov:h2-stream-msg

Conversation

@mostroverkhov
Copy link
Copy Markdown
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
@normanmaurer
Copy link
Copy Markdown
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.

2 participants