clear r->keepalive to disable preventively calling

ngx_http_set_keepalive() while request cleanup
stable-0.8
Igor Sysoev 17 years ago
parent 48a3131d83
commit 2d24d749e4
  1. 2
      src/http/ngx_http_request.c

@ -2411,6 +2411,8 @@ ngx_http_set_keepalive(ngx_http_request_t *r)
}
}
r->keepalive = 0;
ngx_http_free_request(r, 0);
c->data = hc;

Loading…
Cancel
Save