netty5/codec-http/src/test/java/io/netty/handler/codec/http
Norman Maurer e0bbff74f7 Correctly handle WebSockets 00 when using HttpClientCodec.
Motivation:

7995afee8f introduced a change that broke special handling of WebSockets 00.

Modifications:

Correctly delegate to super method which has special handling for WebSockets 00.

Result:

Fixes [#7362].
2017-11-03 15:55:22 +01:00
..
cookie Clean up following #6016 2016-11-21 12:35:40 -08:00
cors Fixing CorsHandler response Content-Length 2017-10-02 08:20:15 +02:00
multipart HttpPostMultipartRequestDecoder should decode header field parameters 2017-10-24 19:30:59 +02:00
websocketx Correct filling an origin header for WS client 2017-10-23 11:38:34 +02:00
CombinedHttpHeadersTest.java fix the typos 2017-04-20 04:56:09 +02:00
DefaultHttpHeadersTest.java fix the typos 2017-04-20 04:56:09 +02:00
DefaultHttpRequestTest.java Deprecation cleanup for HTTP headers 2015-09-09 14:30:21 -07:00
HttpChunkedInputTest.java Fix possible NPE in HttpCunkedInput if wrapped ChunkedInput.readChunk(...) return null. 2016-06-17 06:27:04 +02:00
HttpClientCodecTest.java Correctly handle WebSockets 00 when using HttpClientCodec. 2017-11-03 15:55:22 +01:00
HttpClientUpgradeHandlerTest.java Fix misordered 'assertEquals' arguments in tests 2017-03-08 22:48:37 -08:00
HttpContentCompressorTest.java Adjust Content-Length header when encoding Full Responses 2017-06-06 22:07:29 +02:00
HttpContentDecoderTest.java [#5892] Correct handle HttpMessage that is EOF terminated 2016-11-01 11:13:44 +01:00
HttpContentEncoderTest.java Adjust Content-Length header when encoding Full Responses 2017-06-06 22:07:29 +02:00
HttpHeaderDateFormatTest.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00
HttpHeadersTest.java Make headers.set(self) a no-op instead of throwing. Makes it consistent with setAll 2015-11-06 07:00:54 -08:00
HttpHeadersTestUtils.java Deprecation cleanup for HTTP headers 2015-09-09 14:30:21 -07:00
HttpInvalidMessageTest.java Deprecation cleanup for HTTP headers 2015-09-09 14:30:21 -07:00
HttpObjectAggregatorTest.java Strip http 'expect' headers when expectation response is produced 2017-08-12 17:18:27 +02:00
HttpRequestDecoderTest.java Added test for multi header, HttpObjectDecoder performance improvement for multi header, removed empty else block. 2017-06-20 07:11:02 +02:00
HttpRequestEncoderTest.java HttpObjectEncoder and MessageAggregator EMPTY_BUFFER usage 2017-11-03 07:03:19 +01:00
HttpResponseDecoderTest.java Ensure valid message sequence if channel is closed before receive headers. 2016-06-09 22:42:46 +02:00
HttpResponseEncoderTest.java Correctly not write any body when 1xx, 204 or 304 is used as response status code. 2017-09-20 07:41:13 -07:00
HttpServerCodecTest.java Fix handling of FullHttpResponse when respond to HEAD in HttpServerCodec 2016-12-21 20:53:02 +01:00
HttpServerExpectContinueHandlerTest.java Motivation: 2017-04-27 16:20:29 -07:00
HttpServerKeepAliveHandlerTest.java HttpServerKeepAliveHandler doesn't correctly handle VoidChannelPromise 2017-05-04 14:08:18 -07:00
HttpUtilTest.java Make methods 'static' where it possible 2017-10-21 14:59:26 +02:00
QueryStringDecoderTest.java Added QueryStringDecoder.rawPath() and rawQuery() 2017-10-24 09:32:06 +02:00
QueryStringEncoderTest.java Fix regression in QueryStringEncoder 2017-04-17 19:32:50 +02:00