]> git.kaiwu.me - nginx.git/commit
Upstream keepalive: "single" parameter deprecated.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Jun 2012 14:23:42 +0000 (14:23 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Jun 2012 14:23:42 +0000 (14:23 +0000)
commit29844cd55c921efc99e75f40db70d7c2dbe6cdad
treeb6fae228f90def31afb382baebb3e54f4c04a59e
parent91c654debc86b584b0d33ff8b30513105c8e5283
Upstream keepalive: "single" parameter deprecated.

The original idea was to optimize edge cases in case of interchangeable
backends, i.e. don't establish a new connection if we have any one
cached.  This causes more harm than good though, as it screws up
underlying balancer's idea about backends used and may result in
various unexpected problems.
src/http/modules/ngx_http_upstream_keepalive_module.c