Fork me on GitHub
#immutant
<
2018-02-14
>
michaelr21:02:57

We're using (web/run) to serve from a ring handler, we're also using sente with the immutant adapter for websockets.

michaelr21:02:17

Is there an easy way to enable per-message-deflate?

michaelr21:02:38

So it's using an HttpHandler instead of a ring handler.

michaelr21:02:11

Can I somehow use this extension with a ring handler?

michaelr21:02:23

Or alternatively wrap the ring handler with the HttpHandler?