vertx-mqtt icon indicating copy to clipboard operation
vertx-mqtt copied to clipboard

Add websocket compression with "sec-websocket-Extensions: permessage-deflate"

Open henm opened this issue 2 years ago • 0 comments

This pull request adds support for permessage-deflate compression to the mqtt-server if connected via a websocket.

The implementation and configuration is an adjusted version of the implementation in vert.x-core, see here and here.

henm avatar Aug 01 '22 10:08 henm