netty5/codec-http/src/test
Norman Maurer 260540b25a
Don't override HOST header if provided by user already in WebSocketClientHandshaker (#10104)
Motivation:

The user may need to provide a specific HOST header. We should not override it when specified during handshake.

Modifications:

Check if a custom HOST header is already provided by the user and if so dont override it

Result:

Fixes https://github.com/netty/netty/issues/10101
2020-03-12 20:25:53 +01:00
..
java/io/netty/handler/codec Don't override HOST header if provided by user already in WebSocketClientHandshaker (#10104) 2020-03-12 20:25:53 +01:00
resources Preserve the original filename when encoding a multipart/form in mixed mode. (#9270) 2019-06-24 10:40:17 +02:00