We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c014e0c commit 527967dCopy full SHA for 527967d
src/HttpClient.h
@@ -340,7 +340,7 @@ class HttpClient : public Client
340
341
// Number of milliseconds that we wait each time there isn't any data
342
// available to be read (during status code and header processing)
343
- static const int kHttpWaitForDataDelay = 1000;
+ static const int kHttpWaitForDataDelay = 100;
344
// Number of milliseconds that we'll wait in total without receiving any
345
// data before returning HTTP_ERROR_TIMED_OUT (during status code and header
346
// processing)
0 commit comments