Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds