Home
last modified time | relevance | path

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

/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c74 #define KEEP_ALIVE "keep-alive" macro
1249 if (index > sizeof(KEEP_ALIVE)-1 in php_http_parser_execute()
1250 || c != KEEP_ALIVE[index]) { in php_http_parser_execute()
1252 } else if (index == sizeof(KEEP_ALIVE)-2) { in php_http_parser_execute()

Completed in 7 milliseconds