diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:50:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:50:51 +0000 |
| commit | 4f35368b4d929587724bec4da1d2dd7ad5a5239a (patch) | |
| tree | 94a755dafe6891cd14d0ae250a7a5c3655bde048 /src/http/ngx_http_request.c | |
| parent | 82bf3348421c84f6f3393b67a637103d33179808 (diff) | |
| download | nginx-4f35368b4d929587724bec4da1d2dd7ad5a5239a.tar.gz nginx-4f35368b4d929587724bec4da1d2dd7ad5a5239a.tar.bz2 | |
merge r2889:
keepalive_requests
Diffstat (limited to 'src/http/ngx_http_request.c')
| -rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
