Home
last modified time | relevance | path

Searched refs:HPE_PAUSED_UPGRADE (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/llhttp/src/
H A Dapi.c182 if (parser->error != HPE_PAUSED_UPGRADE) { in llhttp_resume_after_upgrade()
/third_party/nghttp2/third-party/llhttp/src/
H A Dapi.c195 if (parser->error != HPE_PAUSED_UPGRADE) { in llhttp_resume_after_upgrade()
/third_party/node/deps/llhttp/include/
H A Dllhttp.h82 HPE_PAUSED_UPGRADE = 22, enumerator
345 * `HPE_PAUSED_UPGRADE`
426 * In a special case of CONNECT/Upgrade request/response `HPE_PAUSED_UPGRADE`
480 * Call this only if `llhttp_execute()` returns `HPE_PAUSED_UPGRADE`
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h82 HPE_PAUSED_UPGRADE = 22, enumerator
577 * `HPE_PAUSED_UPGRADE`
658 * In a special case of CONNECT/Upgrade request/response `HPE_PAUSED_UPGRADE`
712 * Call this only if `llhttp_execute()` returns `HPE_PAUSED_UPGRADE`
/third_party/node/src/
H A Dinspector_socket.cc536 if (err == HPE_PAUSED_UPGRADE) {
H A Dnode_http_parser.cc838 if (err == HPE_PAUSED_UPGRADE) { in Execute()
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc1499 (!downstream_->get_upgraded() || htperr != HPE_PAUSED_UPGRADE)) { in process_input()
H A Dshrpx_https_upstream.cc676 if (htperr == HPE_PAUSED_UPGRADE && in on_read()
H A Dnghttp.cc1069 if (htperr != HPE_OK && htperr != HPE_PAUSED_UPGRADE) { in on_upgrade_read()

Completed in 15 milliseconds