mirror of https://gitee.com/bigwinds/arangodb
remove dead code
This commit is contained in:
parent
53e5da6643
commit
9cdf52c6e9
|
@ -1448,11 +1448,6 @@ AgencyCommResult AgencyComm::sendWithFailover(
|
||||||
"Inquiry failed (" << inq._statusCode << "). Keep trying ...";
|
"Inquiry failed (" << inq._statusCode << "). Keep trying ...";
|
||||||
continue;
|
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)
|
// sometimes the agency will return a 307 (temporary redirect)
|
||||||
|
|
Loading…
Reference in New Issue