Fork me on GitHub
#immutant
<
2016-04-20
>
moizsj00:04:04

@tcrawley: Thanks! Would you or someone in your team know of any Clojure websocket client that supports the 'permessage-deflate' extension? By support I dont mean just configuring it in the handshake, but also performing the actual compression/decompression. I have tried gniazdo, aleph, and http.async.client already, and they dont do the job. I need it for writing a benchmarking tool for the websocket server of ours.

tcrawley11:04:31

@moizsj: I don't know of any, sorry

moizsj11:04:33

@tcrawley: OK. Quick question. I am releasing with the incremental build 726. Just wanted to confirm with you that the incr repo will remain available even post 2.1.4 release? In other words, is it ok to let my compiles depend on the immutant incremental builds private repo?

tcrawley12:04:02

@moizsj: it will be available for a few months, probably. but I should have a 2.1.4 release for you within an hour

moizsj12:04:30

@tcrawley: that sounds good. I am pretty much done and tested with incr build and close to release. Is 2.1.4 exactly the same as 726 or there are other commits too?

tcrawley12:04:00

there is one other change: https://issues.jboss.org/browse/IMMUTANT-615. 2.1.4 will be exactly the same as incremental build 729

moizsj12:04:26

I'll probably go out with 726 and maybe pick up 2.1.4 next week.