1
0
Fork 0

remove dead code

This commit is contained in:
jsteemann 2017-04-24 21:42:13 +02:00
parent 53e5da6643
commit 9cdf52c6e9
1 changed files with 0 additions and 5 deletions

View File

@ -1448,11 +1448,6 @@ AgencyCommResult AgencyComm::sendWithFailover(
"Inquiry failed (" << inq._statusCode << "). Keep trying ...";
continue;
}
AgencyCommManager::MANAGER->failed(std::move(connection), endpoint);
endpoint.clear();
connection = AgencyCommManager::MANAGER->acquire(endpoint);
continue;
}
// sometimes the agency will return a 307 (temporary redirect)