Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/net/http/
Dparser.h98 F_CONNECTION_KEEP_ALIVE = 1 << 1, enumerator
/Zephyr-Core-3.6.0/subsys/net/lib/http/
Dhttp_parser.c629 parser->flags |= F_CONNECTION_KEEP_ALIVE; in header_states()
1762 parser->flags |= F_CONNECTION_KEEP_ALIVE; in parser_execute()
1798 F_CONNECTION_KEEP_ALIVE; in parser_execute()
2318 if (!(parser->flags & F_CONNECTION_KEEP_ALIVE)) { in http_should_keep_alive()