mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-19 03:57:21 +00:00
another fix for lrc
This commit is contained in:
@@ -88,6 +88,7 @@ static struct uwsgi_subscribe_node *uwsgi_subscription_algo_lrc(struct uwsgi_sub
|
||||
if (min_rc == 0 || node->reference < min_rc) {
|
||||
min_rc = node->reference;
|
||||
choosen_node = node;
|
||||
if (min_rc == 0) break;
|
||||
}
|
||||
}
|
||||
node = node->next;
|
||||
|
||||
Reference in New Issue
Block a user