Home
last modified time | relevance | path

Searched refs:should_keep_alive (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/third-party/llhttp/src/
H A Dhttp.c98 int should_keep_alive; in llhttp__after_message_complete() local
100 should_keep_alive = llhttp_should_keep_alive(parser); in llhttp__after_message_complete()
105 return should_keep_alive; in llhttp__after_message_complete()
H A Dapi.c50 uint8_t upgrade, int should_keep_alive);
/third_party/node/deps/llhttp/src/
H A Dhttp.c98 int should_keep_alive; in llhttp__after_message_complete() local
100 should_keep_alive = llhttp_should_keep_alive(parser); in llhttp__after_message_complete()
105 return should_keep_alive; in llhttp__after_message_complete()
H A Dapi.c50 uint8_t upgrade, int should_keep_alive);
/third_party/node/src/
H A Dnode_http_parser.cc424 bool should_keep_alive; in on_headers_complete() local
425 should_keep_alive = llhttp_should_keep_alive(&parser_); in on_headers_complete()
428 Boolean::New(env()->isolate(), should_keep_alive); in on_headers_complete()

Completed in 6 milliseconds