comparison src/http/ngx_http_request.c @ 2967:0ea35a84c72d stable-0.6

merge r2889: keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:50:51 +0000
parents 567028e737cc
children
comparison
equal deleted inserted replaced
2966:39bc8715527c 2967:0ea35a84c72d
251 251
252 ngx_http_close_connection(c); 252 ngx_http_close_connection(c);
253 return; 253 return;
254 } 254 }
255 255
256 c->requests++;
257
256 hc = c->data; 258 hc = c->data;
257 259
258 if (hc == NULL) { 260 if (hc == NULL) {
259 hc = ngx_pcalloc(c->pool, sizeof(ngx_http_connection_t)); 261 hc = ngx_pcalloc(c->pool, sizeof(ngx_http_connection_t));
260 if (hc == NULL) { 262 if (hc == NULL) {