10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d6adef + 527967d commit 606a567Copy full SHA for 606a567
src/HttpClient.h
@@ -342,7 +342,7 @@ class HttpClient : public Client
342
343
// Number of milliseconds that we wait each time there isn't any data
344
// available to be read (during status code and header processing)
345
- static const int kHttpWaitForDataDelay = 1000;
+ static const int kHttpWaitForDataDelay = 100;
346
// Number of milliseconds that we'll wait in total without receiving any
347
// data before returning HTTP_ERROR_TIMED_OUT (during status code and header
348
// processing)
0 commit comments