-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use configureHTTP2AsyncSecureUpgrade * Add HTTP2ServerConnectionManager that records streams being added/removed * HTTP2 connection state machine * Move HTTP2 tests to own target * Handle closing connection * remove immediate close in triggerGracefulShutdown * Fixed HTTP2 channel shutdown * Add HTTP2StreamChannel to handle http2 stream setup * graceful shutdown timeout * Re-order code * Add maxAge timeout, handleInputClosed * Updated comments to answer some PR comments * Set closed state on inputClosed * enhanceYourCalm * Update function header comments * Fix breaking changes * Remove HTTPChannelHandler conformance from HTTP2StreamChannel * minor comment change
- Loading branch information
1 parent
61a7d64
commit 49e4a08
Showing
16 changed files
with
1,469 additions
and
115 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
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
Oops, something went wrong.