]> git.kaiwu.me - nginx.git/commit
Upstream keepalive: clearing of c->data in cached connections.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 5 Dec 2019 16:38:06 +0000 (19:38 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 5 Dec 2019 16:38:06 +0000 (19:38 +0300)
commit953f53921505a884f3912f2d8db5217a71c0479a
treea66bccff532adaa29fcd325ca1705bf09ae15bf9
parentd77ec5493cd2d3dc5350c0e2725be963fef1a1e8
Upstream keepalive: clearing of c->data in cached connections.

Previously, connections returned from keepalive cache had c->data
pointing to the keepalive cache item.  While this shouldn't be a problem
for correct code, as c->data is not expected to be used before it is set,
explicitly clearing it might help to avoid confusion.
src/http/modules/ngx_http_upstream_keepalive_module.c