1
0
Fork 0
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:
Eric Petit 2006-12-21 12:59:40 +00:00
parent ad3125f6b1
commit 34fbe3a79a

View file

@ -433,6 +433,7 @@ void tr_trackerPulse( tr_tracker_t * tc )
tr_trackerPulse( tc );
return;
}
tc->lastAttempt = TC_ATTEMPT_NOREACH;
break;