On Thu, 18 Dec 2014 15:34:00 GMT, Jack Applegame wrote:

I have REST server and REST client.
When I using gzip compression (httpSettings.useCompressionIfPossible = true) on the server side, the client starts leaking memory.

Seems like gzip decompression causes memory leaks.

This post should be in https://github.com/rejectedsoftware/vibe.d/issues ;)
Also, does it happen only with REST interfaces ?