Skip to content

Commit 39a8e5e

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents e961488 + 58e5d0c commit 39a8e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/litespeed/lsapidef.h

Lines changed: 1 addition & 1 deletion
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)