mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
When httpPulse gives us TR_ERROR, don't forget to mark the attempt as NOREACH - otherwise if the previous query was successful, we'd try to connect again and again as fast as we could
This commit is contained in:
parent
ad3125f6b1
commit
34fbe3a79a
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ void tr_trackerPulse( tr_tracker_t * tc )
|
|||
tr_trackerPulse( tc );
|
||||
return;
|
||||
}
|
||||
tc->lastAttempt = TC_ATTEMPT_NOREACH;
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue