-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log: consider HTTP2.ConnectionIsClosed not to be an error condition
As hinted in kazu-yamamoto/http2#102, this is not an actual error, but a normal HTTP2 connection terminating. I can trigger this reliably with every `curl` request to my node. Change-Id: Id5984b20a5305ec0af8c5b6c10ab326338520a5f
- Loading branch information
1 parent
ef7579f
commit a8c075e
Showing
3 changed files
with
7 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Stop logging ConnectionIsClosed |
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