aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-25 15:38:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-25 15:38:36 +0000
commite959128b4a0edd9d3eba6983d7d507cb058b619d (patch)
tree521cf9bc86dcf5ebba3e62ee2c22d936721274fa /src/http/ngx_http_request.c
parent6ba4df71b22ba0a2176ba80dfa985d50f37dbfd9 (diff)
downloadnginx-e959128b4a0edd9d3eba6983d7d507cb058b619d.tar.gz
nginx-e959128b4a0edd9d3eba6983d7d507cb058b619d.zip
keepalive_requests
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index c9c6db729..4e799e96a 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -259,6 +259,8 @@ ngx_http_init_request(ngx_event_t *rev)
return;
}
+ c->requests++;
+
hc = c->data;
if (hc == NULL) {