From 3e760f1993281c22d7f06922b475bc4daec8ab79 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 23 Feb 2015 18:37:11 +1100 Subject: [PATCH] Reconnect parent proxy even if subproxies are alive --- src/generator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generator.c b/src/generator.c index 19dcb47f..aca93e84 100644 --- a/src/generator.c +++ b/src/generator.c @@ -1856,6 +1856,7 @@ static void *proxy_recv(void *arg) int ret; if (!proxi->alive) { + reconnect_proxy(proxi); while (!subproxies_alive(proxi)) { reconnect_proxy(proxi); if (alive) {