-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a variant of
configureAsyncHTTPServerPipeline
which takes a str…
…eam delegate (#471) In the async HTTP2 pipeline there is no way to account for the opening and closing of streams. This PR adds a variant of `configureAsyncHTTPServerPipeline` (HTTP2 upgrade channel) that allows the user to pass in a `NIOHTTP2StreamDelegate` to be applied to the HTTP2 channel if the upgrade occurs. This is similar to #439 which did the same HTTP2 only channels.
- Loading branch information
1 parent
1959f76
commit 04a093d
Showing
2 changed files
with
156 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