netty5/codec-http
Norman Maurer c73cd35de0 [#3687] Correctly store WebSocketServerHandshaker in Channel attributes
Motivation:

As we stored the WebSocketServerHandshaker in the ChannelHandlerContext it was always null and so no close frame was send if WebSocketServerProtocolHandler was used.

Modifications:

Store WebSocketServerHAndshaker in the Channel attributes and so make it visibile between different handlers.

Result:

Correctly send close frame.
2015-09-15 09:36:50 +02:00
..
src [#3687] Correctly store WebSocketServerHandshaker in Channel attributes 2015-09-15 09:36:50 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-09-02 08:58:54 +02:00