netty5/codec-http2/src
Norman Maurer 870b5f5e4b Not add inboundStreamHandler for outbound streams created by Http2MultiplexCodec.
Motivation:

We must not add the inboundStreamHandler for outbound streams creates by Http2MultiplexCodec as the user will specify a handler via Http2StreamChannelBootstrap.

Modifications:

- Check if the stream is for outbound and if so not add the inboundStreamHandler to the pipeline
- Update tests so this is covered.

Result:

Fixes [#7178]
2017-09-06 08:37:29 +02:00
..
main/java/io/netty/handler/codec/http2 Not add inboundStreamHandler for outbound streams created by Http2MultiplexCodec. 2017-09-06 08:37:29 +02:00
test Not add inboundStreamHandler for outbound streams created by Http2MultiplexCodec. 2017-09-06 08:37:29 +02:00