mirror of
https://github.com/nginx/nginx.git
synced 2025-06-06 17:02:39 +08:00
Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).
Reported by Richard Stanway, http://mailman.nginx.org/pipermail/nginx/2017-March/053296.html.
This commit is contained in:
parent
e81ad21fea
commit
77bac4d57c
@ -2904,6 +2904,7 @@ ngx_http_set_keepalive(ngx_http_request_t *r)
|
||||
}
|
||||
|
||||
cl->buf = b;
|
||||
cl->next = NULL;
|
||||
|
||||
hc->busy = cl;
|
||||
hc->nbusy = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user