1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update max size of request headers from 65535 to 256K

This commit is contained in:
George Wang
2025-04-27 11:52:51 -04:00
parent e4f2e4a99a
commit 58e5d0c240

View File

@@ -113,7 +113,7 @@ enum
#define LSAPI_INTERNAL_ERROR 9
#define LSAPI_MAX_HEADER_LEN 65535
#define LSAPI_MAX_HEADER_LEN (1024 * 256)
#define LSAPI_MAX_DATA_PACKET_LEN 16384
#define LSAPI_RESP_HTTP_HEADER_MAX 32768