We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3670e2b commit 8e3e926Copy full SHA for 8e3e926
libraries/WebServer/src/WebServer.h
@@ -43,7 +43,7 @@ enum HTTPAuthMethod { BASIC_AUTH, DIGEST_AUTH };
43
44
#define HTTP_MAX_DATA_WAIT 5000 //ms to wait for the client to send the request
45
#define HTTP_MAX_POST_WAIT 5000 //ms to wait for POST data to arrive
46
-#define HTTP_MAX_SEND_WAIT 5000 //ms to wait for data chunk to be ACKed
+#define HTTP_MAX_SEND_WAIT 30000 //ms to wait for data chunk to be ACKed
47
#define HTTP_MAX_CLOSE_WAIT 2000 //ms to wait for the client to close the connection
48
49
#define CONTENT_LENGTH_UNKNOWN ((size_t) -1)
0 commit comments