netty5/codec-http2/src/test/java/io/netty/handler/codec/http2
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
..
DataCompressionHttp2Test.java HTTP/2 CompressorHttp2ConnectionEncoder bug 2015-07-17 09:59:55 -07:00
DefaultHttp2ConnectionDecoderTest.java HTTP/2 Flow Controller should use Channel.isWritable() 2015-07-16 14:38:48 -07:00
DefaultHttp2ConnectionEncoderTest.java HTTP/2 Flow Controller should use Channel.isWritable() 2015-07-16 14:38:48 -07:00
DefaultHttp2ConnectionTest.java Allowing inbound HTTP/2 frames after sending GOAWAY 2015-05-05 15:03:56 -07:00
DefaultHttp2FrameIOTest.java HTTP/2 limit header accumulated size 2015-07-07 13:25:03 -07:00
DefaultHttp2HeadersDecoderTest.java HTTP/2 limit header accumulated size 2015-07-07 13:25:03 -07:00
DefaultHttp2HeadersEncoderTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
DefaultHttp2HeadersTest.java ByteString introduced as AsciiString super class 2015-04-14 16:35:17 -07:00
DefaultHttp2HeaderTableListSizeTest.java Accept over 2^31-1 MAX_HEADER_LIST_SIZE 2015-07-10 10:58:41 -07:00
DefaultHttp2LocalFlowControllerTest.java HTTP/2 Flow Controller should use Channel.isWritable() 2015-07-16 14:38:48 -07:00
DefaultHttp2RemoteFlowControllerTest.java HTTP/2 Flow Controller should use Channel.isWritable() 2015-07-16 14:38:48 -07:00
Http2ConnectionHandlerTest.java HTTP/2 Flow Controller should use Channel.isWritable() 2015-07-16 14:38:48 -07:00
Http2ConnectionRoundtripTest.java Make the flow-controllers write fewer, fatter frames to improve throughput. 2015-06-19 15:20:31 -07:00
Http2FrameRoundtripTest.java Do not use hard-coded handler names in HTTP/2 2015-06-10 11:46:02 +09:00
Http2HeaderBlockIOTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
Http2SettingsTest.java Accept over 2^31-1 MAX_HEADER_LIST_SIZE 2015-07-10 10:58:41 -07:00
Http2TestUtil.java HTTP/2 CompressorHttp2ConnectionEncoder bug 2015-07-17 09:59:55 -07:00
HttpToHttp2ConnectionHandlerTest.java Removing debugging change from unit test. 2015-02-11 09:07:08 -08:00
InboundHttp2ToHttpAdapterTest.java Do not use hard-coded handler names in HTTP/2 2015-06-10 11:46:02 +09:00
StreamBufferingEncoderTest.java HTTP/2 Flow Controller should use Channel.isWritable() 2015-07-16 14:38:48 -07:00