-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
⚠️ semver/majorBreaks existing public API.Breaks existing public API.
Milestone
Description
In #214 we deprecated and replaced the old stream channel. When we do a 2.0.0 release, we should remove the old code paths, reducing binary size, compile time, and resolving some minor performance problems.
- Remove the deprecated multiplexers and all tests that reference them.
- Remove the genericism from
HTTP2StreamChannel
, as it’s no longer necessary. - Remove the extra code paths from
MultiplexerAbstractChannel
: it can concretely hold a singleHTTP2StreamChannel
- Remove the initializers and code paths in
HTTP2StreamMultiplexer
that are deprecated or no-longer called - Remove all deprecated pipeline helpers.
Metadata
Metadata
Assignees
Labels
⚠️ semver/majorBreaks existing public API.Breaks existing public API.