From 54ac043bb002bc99c210332a03a4bd67466f79ac Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 22 Jun 2009 10:12:00 +0000 Subject: Changes with nginx 0.6.38 22 Jun 2009 *) Feature: the "keepalive_requests" directive. --- src/http/ngx_http_request.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_request.c') diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index f7c2ffa46..f762a033f 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -253,6 +253,8 @@ ngx_http_init_request(ngx_event_t *rev) return; } + c->requests++; + hc = c->data; if (hc == NULL) { -- cgit v1.2.1