Skip to content

Commit 77aeed8

Browse files
authored
Update WebServer.h
1 parent 458ad90 commit 77aeed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WebServer/src/WebServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enum HTTPAuthMethod {
6666
#define HTTP_MAX_DATA_WAIT 5000 //ms to wait for the client to send the request
6767
#define HTTP_MAX_POST_WAIT 5000 //ms to wait for POST data to arrive
6868
#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
69+
#define HTTP_MAX_CLOSE_WAIT 5000 //ms to wait for the client to close the connection
7070
#define HTTP_MAX_BASIC_AUTH_LEN 256 // maximum length of a basic Auth base64 encoded username:password string
7171

7272
#define CONTENT_LENGTH_UNKNOWN ((size_t) - 1)

0 commit comments

Comments
 (0)