You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessing peers as an array has been deprecated since nginx 1.9.0
(changeset 6100 - http://hg.nginx.org/nginx/rev/c44459611d91) and
does not work when using the "zone" directive in upstream. This commit
changes iteration to use peer->next and iterate as a linked list.
0 commit comments