blob: ad7d4b4475a074272ed2bebe8074ac428316a1b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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;
|