mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 06:46:16 +08:00
fix request counter for memcached, introduced in r3050
This commit is contained in:
parent
cfb6888d87
commit
61b09e59d7
@ -211,6 +211,8 @@ ngx_http_memcached_handler(ngx_http_request_t *r)
|
|||||||
u->input_filter = ngx_http_memcached_filter;
|
u->input_filter = ngx_http_memcached_filter;
|
||||||
u->input_filter_ctx = ctx;
|
u->input_filter_ctx = ctx;
|
||||||
|
|
||||||
|
r->main->count++;
|
||||||
|
|
||||||
ngx_http_upstream_init(r);
|
ngx_http_upstream_init(r);
|
||||||
|
|
||||||
return NGX_DONE;
|
return NGX_DONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user