Reputation: 700
Is there a way to enable WebSocket compression in Vert.x 3.x? I see it uses Netty 4, which apparently has support for permessage-deflate
and deflate-frame
compression extensions – but I see no way to enable them (or any other WebSocket extension) in Vert.x.
Upvotes: 3
Views: 670
Reputation: 700
It seems it’s going to be included, and enabled by default, in Vertx 3.5.1. EDIT: the PR has not yet (as of Vertx 3.5.1) been merged and is now planned for 3.6.0.
Upvotes: 1