Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/lib/http/
Dhttp_parser.c107 #define KEEP_ALIVE "keep-alive" macro
581 cond1 = parser->index > sizeof(KEEP_ALIVE) - 1; in header_states()
582 if (cond1 || c != KEEP_ALIVE[parser->index]) { in header_states()
584 } else if (parser->index == sizeof(KEEP_ALIVE) - 2) { in header_states()