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
1 changed files with 1 additions and 0 deletions

View File

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