From 4fdcfb862370e084904c0a39dbe473a695c6052f Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 24 Mar 2016 18:41:30 +0000 Subject: [PATCH] HTTP/curl - pick up sleep value --- simgear/io/HTTPClient.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/io/HTTPClient.cxx b/simgear/io/HTTPClient.cxx index 5ec7386b..03302e51 100644 --- a/simgear/io/HTTPClient.cxx +++ b/simgear/io/HTTPClient.cxx @@ -817,6 +817,7 @@ void Client::update(int waitTimeout) SG_LOG(SG_IO, SG_ALERT, "CurlMSG:" << msg->msg); } } // of curl message processing loop + SGTimeStamp::sleepForMSec(waitTimeout); #else if (!d->poller.hasChannels() && (waitTimeout > 0)) { SGTimeStamp::sleepForMSec(waitTimeout); -- 2.39.5