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