comparison src/http/ngx_http_request.c @ 2888:512d164a8348

keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 May 2009 15:38:36 +0000
parents d0cba58e5bfa
children a1a1c7e3fb8d 19f9a5eae383
comparison
equal deleted inserted replaced
2887:78277989e9ea 2888:512d164a8348
257 257
258 ngx_http_close_connection(c); 258 ngx_http_close_connection(c);
259 return; 259 return;
260 } 260 }
261 261
262 c->requests++;
263
262 hc = c->data; 264 hc = c->data;
263 265
264 if (hc == NULL) { 266 if (hc == NULL) {
265 hc = ngx_pcalloc(c->pool, sizeof(ngx_http_connection_t)); 267 hc = ngx_pcalloc(c->pool, sizeof(ngx_http_connection_t));
266 if (hc == NULL) { 268 if (hc == NULL) {