netty5/codec-http/src
Norman Maurer 67b851209f Ensure we replace WebSocketServerProtocolHandshakeHandler before doing the handshake (#9472)
Motivation:

We need to ensure we replace WebSocketServerProtocolHandshakeHandler before doing the actual handshake as the handshake itself may complete directly and so forward pending bytes through the pipeline.

Modifications:

Replace the handler before doing the actual handshake.

Result:

Fixes https://github.com/netty/netty/issues/9471.
2019-08-17 10:00:14 +02:00
..
main Ensure we replace WebSocketServerProtocolHandshakeHandler before doing the handshake (#9472) 2019-08-17 10:00:14 +02:00
test Ensure we replace WebSocketServerProtocolHandshakeHandler before doing the handshake (#9472) 2019-08-17 10:00:14 +02:00