Re: [PATCH] Fix default compression level in deflate compress buckets

2016-08-24 Thread Daniel Shahaf
Evgeny Kotkov wrote on Wed, Aug 24, 2016 at 23:29:00 +0300: > [[[ > * buckets/deflate_buckets.c > (serf_deflate_wait_for_data): Pass Z_DEFAULT_COMPRESSION instead >of Z_DEFAULT_STRATEGY as the compression level to deflateInit2(). Might be better to say the "why", not the "what":

[PATCH] Fix default compression level in deflate compress buckets

2016-08-24 Thread Evgeny Kotkov
Hi, I noticed that deflate compress buckets use an inappropriate value as the compression level for `deflateInit2()`. Please see deflate_buckets.c:505: case STATE_COMPRESS_INIT: zRC = deflateInit2(>zstream, Z_DEFAULT_STRATEGY, Z_DEFLATED, ctx->windowSize,

Re: Getting Serf released

2016-08-24 Thread Ivan Zhakov
On 24 August 2016 at 15:09, Bert Huijben wrote: > > Hi, > > I think we should really try to get serf back to being releasable. The last > release was handled by Lieven before we joined the ASF and I have not been > involved with the release process. Many things have

Getting Serf released

2016-08-24 Thread Bert Huijben
Hi, I think we should really try to get serf back to being releasable. The last release was handled by Lieven before we joined the ASF and I have not been involved with the release process. Many things have changed and we now have buildbots, etc. I think the 1.3.x branch is +- releasable