mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.4'
This commit is contained in:
commit
78370689b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue