ngx_dynamic_upstream icon indicating copy to clipboard operation
ngx_dynamic_upstream copied to clipboard

Add appropriate locks to avoid race conditions.

Open moriyoshi opened this issue 9 years ago • 0 comments
trafficstars

Since both the linked list that holds the peers and each element of it are supposed to be guarded by the locking functions, lack of invocations of such functions may lead to race conditions.

moriyoshi avatar Sep 03 '16 21:09 moriyoshi