1.1.2.RELEASE
-
Http2WebSocketServerBuilder:
- do not mask outbound frames payload - required for compatibility with chrome browser;
- by default only allow masked inbound frames;
- force allowExtensions on WebSocketDecoderConfig if compression is enabled.
-
Http2WebSocketClientBuilder:
- by default only allow non-masked inbound frames;
- force allowExtensions on WebSocketDecoderConfig if compression is enabled.