mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
Eliminate extra HttpsClient pop.
This commit is contained in:
@@ -370,10 +370,14 @@ void HttpsClient::invokeComplete(const boost::system::error_code& ecResult, int
|
||||
|
||||
if (ecCancel)
|
||||
{
|
||||
cLog(lsTRACE) << "Deadline cancel error: " << ecCancel.message();
|
||||
cLog(lsTRACE) << "HttpsClient::invokeComplete: Deadline cancel error: " << ecCancel.message();
|
||||
}
|
||||
|
||||
mDeqSites.pop_front();
|
||||
cLog(lsINFO) << "HttpsClient::invokeComplete: Deadline popping: " << mDeqSites.size();
|
||||
if (!mDeqSites.empty())
|
||||
{
|
||||
mDeqSites.pop_front();
|
||||
}
|
||||
|
||||
bool bAgain = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user