Skip to content

1.1.2.RELEASE

Compare
Choose a tag to compare
@mostroverkhov mostroverkhov released this 01 Jun 15:00
· 135 commits to develop since this 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.