|
|
@ -1290,8 +1290,8 @@ static void *proxy_recv(void *arg) |
|
|
|
|
|
|
|
|
|
|
|
/* If we don't get an update within 10 minutes the upstream pool
|
|
|
|
/* If we don't get an update within 10 minutes the upstream pool
|
|
|
|
* has likely stopped responding. */ |
|
|
|
* has likely stopped responding. */ |
|
|
|
timeout = 10; |
|
|
|
|
|
|
|
do { |
|
|
|
do { |
|
|
|
|
|
|
|
timeout = 10; |
|
|
|
if (cs->fd == -1) { |
|
|
|
if (cs->fd == -1) { |
|
|
|
ret = -1; |
|
|
|
ret = -1; |
|
|
|
break; |
|
|
|
break; |
|
|
|