netty5/codec-http/src
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
..
main/java/io/netty/handler/codec Fixing CorsHandler response Content-Length 2017-10-02 08:20:15 +02:00
test Fixing CorsHandler response Content-Length 2017-10-02 08:20:15 +02:00