[PATCH] append -gzip to etags processed by gzip_filter_module + not modified support

2014-05-28 Thread Andrew Williams
this patch modifies the etag header returned by responses processed by the gzip filter, appending -gzip to the etag (instead of deleting it). Also, If-None-Match and If-Match requests work against the modified etag. (the gunzip module appends -gunzip to the etag). cheers Andrew # HG changeset

Re: [PATCH] append -gzip to etags processed by gzip_filter_module + not modified support

2014-05-28 Thread Maxim Dounin
Hello! On Wed, May 28, 2014 at 04:26:04PM +0930, Andrew Williams wrote: this patch modifies the etag header returned by responses processed by the gzip filter, appending -gzip to the etag (instead of deleting it). Also, If-None-Match and If-Match requests work against the modified etag.

[nginx] Version bump.

2014-05-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/9b0c92f22bbf branches: changeset: 5713:9b0c92f22bbf user: Maxim Dounin mdou...@mdounin.ru date: Wed May 28 17:41:33 2014 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[nginx] Fixed config parsing of the last try_files parameter.

2014-05-28 Thread Sergey Kandaurov
details: http://hg.nginx.org/nginx/rev/790ba7484bb6 branches: changeset: 5715:790ba7484bb6 user: Sergey Kandaurov pluk...@nginx.com date: Wed May 28 20:18:05 2014 +0400 description: Fixed config parsing of the last try_files parameter. Do not taste the last parameter against

Re: [PATCH] Core: merge adjacent free slab pages to ameliorate fragmentation from multi-page blocks (Was Re: Help with shared memory usage)

2014-05-28 Thread Maxim Dounin
Hello! On Sun, May 11, 2014 at 10:13:52PM -0700, Yichun Zhang (agentzh) wrote: Hello! On Mon, Jul 29, 2013 at 10:11 AM, Maxim Dounin wrote: Additionally, doing a full merge of all free blocks on a free operation looks too much. It might be something we want to do on allocation

Re: Help with shared memory usage

2014-05-28 Thread Maxim Dounin
Hello! On Wed, Jan 22, 2014 at 08:51:50PM +0400, Maxim Dounin wrote: Hello! On Wed, Jan 22, 2014 at 01:39:54AM -0200, Wandenberg Peixoto wrote: Hello Maxim, did you have opportunity to take a look on this last patch? It looks more or less correct, though I don't happy with the