Home
last modified time | relevance | path

Searched refs:PHP_HTTP_MAX_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/sapi/cli/
H A Dphp_http_parser.h50 #define PHP_HTTP_MAX_HEADER_SIZE (80*1024) macro
H A Dphp_http_parser.c311 if (nread > PHP_HTTP_MAX_HEADER_SIZE) goto error; in php_http_parser_execute()

Completed in 15 milliseconds