diff --git a/src/HttpClient.h b/src/HttpClient.h
index 6a7aa1d..1aeb1d5 100644
--- a/src/HttpClient.h
+++ b/src/HttpClient.h
@@ -340,7 +340,7 @@ class HttpClient : public Client
 
     // 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)