Skip to content

Commit 58e5d0c

Browse files
committed
Update max size of request headers from 65535 to 256K
1 parent e4f2e4a commit 58e5d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/litespeed/lsapidef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ enum
113113
#define LSAPI_INTERNAL_ERROR 9
114114

115115

116-
#define LSAPI_MAX_HEADER_LEN 65535
116+
#define LSAPI_MAX_HEADER_LEN (1024 * 256)
117117
#define LSAPI_MAX_DATA_PACKET_LEN 16384
118118

119119
#define LSAPI_RESP_HTTP_HEADER_MAX 32768

0 commit comments

Comments
 (0)