nginx-0.8.11

Igor Sysoev is at rambler-co.ru
Fri Aug 28 20:57:13 MSD 2009


On Fri, Aug 28, 2009 at 05:40:39PM +0400, Igor Sysoev wrote:

> Changes with nginx 0.8.11                                        28 Aug 2009
> 
>     *) Change: directive "gzip_disable msie6" enables gzipping for 
>        MSIE 6.0 SV1.
> 
>     *) Feature: file AIO support on FreeBSD and Linux.
> 
>     *) Feature: the "directio_alignment" directive.

The attached patch fixes memcached broken in this release.


-- 
Igor Sysoev
http://sysoev.ru/en/
-------------- next part --------------
Index: src/http/modules/ngx_http_memcached_module.c
===================================================================
--- src/http/modules/ngx_http_memcached_module.c	(revision 2379)
+++ src/http/modules/ngx_http_memcached_module.c	(working copy)
@@ -211,6 +211,8 @@
     u->input_filter = ngx_http_memcached_filter;
     u->input_filter_ctx = ctx;
 
+    r->main->count++;
+
     ngx_http_upstream_init(r);
 
     return NGX_DONE;


More information about the nginx mailing list