forked from apple/swift-nio-http2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new pipeline helpers and deprecate old paths
Motivation: As part of apple#214 we need to introduce new pipeline helpers to configure the channel pipeline with the new handlers. This PR adds those helpers and deprecates the old paths. Modifications: - Add pipeline helpers with the new streamID-less initializer - Switch old pipeline helpers which provided codecs to use the new path and codecs - Duplicate SimpleClientServerTests and ConfiguringPipelineTests to add frame payload based counterparts - Deprecate older helpers and multiplexer init, delete tests which don't hit deprecated paths (note: these still exist in the payload based counterparts) - Update Bench1Conn10kRequests to be payload based Result: - More 'FramePayload' based Tests - Paths for creating an 'HTTP2Frame' based stream via 'HTTP2StreamMultiplexer' are now deprecated
- Loading branch information
Showing
17 changed files
with
2,667 additions
and
1,738 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.