To have parity with the legacy separate HTTP2ChannelHandler-StreamMultiplexer HTTP2 stream multiplexing model we provide channel pipelineconfiguration functions using the new inline multiplexer.
Modifications:
New versions of configureHTTP2Pipeline and configureCommonHTTPServerPipeline which set up the pipeline using inline stream multiplexers
Tests targeting the new functions ported from ConfiguringPipelineWithFramePayloadStreamsTests.swift
Result:
New pipeline configuration conveniences for inline HTTP2 multiplexing are available.
Motivation:
To have parity with the legacy separate
HTTP2ChannelHandler
-StreamMultiplexer
HTTP2 stream multiplexing model we provide channel pipelineconfiguration functions using the new inline multiplexer.Modifications:
configureHTTP2Pipeline
andconfigureCommonHTTPServerPipeline
which set up the pipeline using inline stream multiplexersConfiguringPipelineWithFramePayloadStreamsTests.swift
Result:
New pipeline configuration conveniences for inline HTTP2 multiplexing are available.