clear response between tries

pull/931/head
Jeff Becker 5 years ago
parent d685057754
commit 5868a25fcc
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -282,6 +282,7 @@ namespace llarp
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, &RecvIdentKey);
do
{
resp.clear();
std::this_thread::sleep_for(std::chrono::milliseconds(100));
LogInfo("Getting Identity Keys from lokid...");
res = curl_easy_perform(curl);

Loading…
Cancel
Save