1
0
Fork 0

waitinterval should be reset after redirects from agency

This commit is contained in:
Kaveh Vahedipour 2016-12-29 15:28:07 +01:00
parent 6ec19a3136
commit ba31d0e4a5
1 changed files with 1 additions and 0 deletions

View File

@ -1289,6 +1289,7 @@ AgencyCommResult AgencyComm::sendWithFailover(
endpoint = AgencyCommManager::MANAGER->redirect(
std::move(connection), endpoint, result._location, url);
connection = AgencyCommManager::MANAGER->acquire(endpoint);
waitInterval = std::chrono::duration<double>(.25);
continue;
}