mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
mark node as un-failed during fastrouter retry
This commit is contained in:
@@ -348,6 +348,7 @@ void corerouter_close_peer(struct uwsgi_corerouter *ucr, struct corerouter_peer
|
||||
peer->current_timeout = 5;
|
||||
peer->timeout = corerouter_reset_timeout(ucr, peer);
|
||||
peer->current_timeout = ucr->socket_timeout;
|
||||
peer->failed = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user