Hello!
We're using (web/run) to serve from a ring handler, we're also using sente with the immutant adapter for websockets.
Is there an easy way to enable per-message-deflate?
I've found this discussion: https://clojurians-log.clojureverse.org/immutant/2016-04-15.html
And this example: https://gist.github.com/tobias/a82e004d0180cbc4db20c9f2f6bf7249
So it's using an HttpHandler instead of a ring handler.
Can I somehow use this extension with a ring handler?
Or alternatively wrap the ring handler with the HttpHandler?