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

Add toString method in DefaultHttp2WindowUpdateFrame #10763

Merged
merged 4 commits into from Nov 3, 2020

Conversation

hyperxpro
Copy link
Contributor

Motivation:
We should have the toString method in DefaultHttp2WindowUpdateFrame because it makes debugging a little easy.

Modification:
Added toString method.

Result:
toString method to help in debugging.

@netty-bot
Copy link

Can one of the admins verify this patch?

@normanmaurer
Copy link
Member

@netty-bot test this please

@hyperxpro
Copy link
Contributor Author

@normanmaurer Should I swap places of windowUpdateIncrement and streamId?

Wireshark also shows StreamID before Window Size. WDYT?

Screenshot (6)

@hyperxpro
Copy link
Contributor Author

Here is how it looks now: DefaultHttp2WindowUpdateFrame(streamId=3, windowUpdateIncrement=65536).

Better I think.

Co-authored-by: Norman Maurer <norman_maurer@apple.com>
@normanmaurer
Copy link
Member

@netty-bot test this please

@normanmaurer normanmaurer merged commit d1cf977 into netty:4.1 Nov 3, 2020
@normanmaurer normanmaurer added this to the 4.1.54.Final milestone Nov 3, 2020
normanmaurer added a commit that referenced this pull request Nov 3, 2020
Motivation:
We should have the `toString` method in `DefaultHttp2WindowUpdateFrame` because it makes debugging a little easy.

Modification:
Added `toString` method.

Result:
`toString` method to help in debugging.


Co-authored-by: Norman Maurer <norman_maurer@apple.com>
@hyperxpro hyperxpro deleted the h2wuf branch November 3, 2020 08:39
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:
We should have the `toString` method in `DefaultHttp2WindowUpdateFrame` because it makes debugging a little easy.

Modification:
Added `toString` method.

Result:
`toString` method to help in debugging.


Co-authored-by: Norman Maurer <norman_maurer@apple.com>
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

3 participants