-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more debug information to HTTP/2 GOAWAY frame
Motivation: An HTTP/2 GOAWAY frame with non-zero error code sometimes gives an empty debugData, making it hard to determine the root cause of the error. Modifications: - Add the following information to debugData: - the exact type of Http2Exception - the original message of Http2Exception - the exact type, message and stack trace of the cause of Http2Exception - Fix incorrect Logger level check Result: We will have more information when we get an error GOAWAY frame.
- Loading branch information
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters