commit | 61b09e59d76954dd4cc0d98a074b44f8a2b690de | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sat Aug 29 18:40:28 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sat Aug 29 18:40:28 2009 +0000 |
tree | 0aa4594c8611edfd42c7a39870079e5723cfb134 | |
parent | cfb6888d87d1742f27a92a930d05b15c06813b50 [diff] |
fix request counter for memcached, introduced in r3050
diff --git a/src/http/modules/ngx_http_memcached_module.c b/src/http/modules/ngx_http_memcached_module.c index dc7c767..6cf5881 100644 --- a/src/http/modules/ngx_http_memcached_module.c +++ b/src/http/modules/ngx_http_memcached_module.c
@@ -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;