netty5/codec-http2/src/main/java/io/netty/handler/codec
Scott Mitchell d7cdc469bc HTTP/2 CompressorHttp2ConnectionEncoder bug
Motivation:
The CompressorHttp2ConnectionEncoder is attempting to attach a property to streams before the exist.

Modifications:
- Allow the super class to create the streams before attempting to attach a property to the stream.

Result:
CompressorHttp2ConnectionEncoder is able to set the property and access the compressor.
2015-07-17 09:59:55 -07:00
..
http2 HTTP/2 CompressorHttp2ConnectionEncoder bug 2015-07-17 09:59:55 -07:00