vert-x3 / vertx-mqtt

Vert.x MQTT
Apache License 2.0
184 stars 86 forks source link

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

Closed henm closed 1 year ago

henm commented 2 years ago

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.

vietj commented 1 year ago

thanks for the contribution