netty5/codec-http/src/test/java/io/netty/handler/codec
Matt Belisle ad548a6a0a Fixing CorsHandler response Content-Length
Motivation:

https://github.com/netty/netty/issues/7253

Modifications:

Adding `Content-Length: 0` to `CorsHandler.forbidden()` and `CorsHandler.handlePreflight()`

Result:

Contexts that are terminated by the CorsHandler will always include a Content-Length header
2017-10-02 08:20:15 +02:00
..
http Fixing CorsHandler response Content-Length 2017-10-02 08:20:15 +02:00
rtsp Created RTSPEncoder and RTSPDecoder which are now common for both requests and responses to be able to handle both types of messages on the same channel. 2015-10-27 14:01:20 +01:00
spdy Remove deprecated usage of Mockito methods 2017-03-09 20:59:54 +01:00