diff --git a/src/HttpClient.h b/src/HttpClient.h index 6ccd33c..03c13bf 100644 --- a/src/HttpClient.h +++ b/src/HttpClient.h @@ -342,7 +342,7 @@ protected: // Number of milliseconds that we wait each time there isn't any data // available to be read (during status code and header processing) - static const int kHttpWaitForDataDelay = 1000; + static const int kHttpWaitForDataDelay = 100; // Number of milliseconds that we'll wait in total without receiving any // data before returning HTTP_ERROR_TIMED_OUT (during status code and header // processing)