Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/llhttp/src/
Dhttp.c139 if (parser->flags & F_CONNECTION_CLOSE) { in llhttp_should_keep_alive()
/third_party/node/deps/llhttp/src/
Dhttp.c139 if (parser->flags & F_CONNECTION_CLOSE) { in llhttp_should_keep_alive()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h151 , F_CONNECTION_CLOSE = 1 << 2 enumerator
Dhttp_parser.c1670 parser->flags |= F_CONNECTION_CLOSE; in http_parser_execute()
1720 parser->flags |= F_CONNECTION_CLOSE; in http_parser_execute()
1754 parser->flags |= F_CONNECTION_CLOSE; in http_parser_execute()
2122 if (parser->flags & F_CONNECTION_CLOSE) { in http_should_keep_alive()
/third_party/node/deps/llhttp/include/
Dllhttp.h88 F_CONNECTION_CLOSE = 0x2, enumerator
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h87 F_CONNECTION_CLOSE = 0x2, enumerator