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.
1 parent 458ad90 commit 77aeed8Copy full SHA for 77aeed8
libraries/WebServer/src/WebServer.h
@@ -66,7 +66,7 @@ enum HTTPAuthMethod {
66
#define HTTP_MAX_DATA_WAIT 5000 //ms to wait for the client to send the request
67
#define HTTP_MAX_POST_WAIT 5000 //ms to wait for POST data to arrive
68
#define HTTP_MAX_SEND_WAIT 5000 //ms to wait for data chunk to be ACKed
69
-#define HTTP_MAX_CLOSE_WAIT 2000 //ms to wait for the client to close the connection
+#define HTTP_MAX_CLOSE_WAIT 5000 //ms to wait for the client to close the connection
70
#define HTTP_MAX_BASIC_AUTH_LEN 256 // maximum length of a basic Auth base64 encoded username:password string
71
72
#define CONTENT_LENGTH_UNKNOWN ((size_t) - 1)
0 commit comments