Home
last modified time | relevance | path

Searched refs:HTTP_CONNECT (Results 1 - 14 of 14) sorted by relevance

/third_party/nghttp2/third-party/llhttp/src/
H A Dhttp.c23 parser->upgrade = (parser->method == HTTP_CONNECT); in llhttp__before_headers_complete()
42 if (parser->upgrade && (parser->method == HTTP_CONNECT || in llhttp__after_headers_complete()
/third_party/node/deps/llhttp/src/
H A Dhttp.c23 parser->upgrade = (parser->method == HTTP_CONNECT); in llhttp__before_headers_complete()
42 if (parser->upgrade && (parser->method == HTTP_CONNECT || in llhttp__after_headers_complete()
/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc162 if (req.method == HTTP_CONNECT) { in htp_uricb()
371 << (method == HTTP_CONNECT ? req.authority : req.path) << " " in htp_hdrs_completecb()
388 if (method != HTTP_CONNECT && !req.fs.header(http2::HD_TRANSFER_ENCODING)) { in htp_hdrs_completecb()
435 if (method != HTTP_CONNECT) { in htp_hdrs_completecb()
1166 auto connect_method = req.method == HTTP_CONNECT; in on_downstream_header_complete()
1290 if (req.method != HTTP_CONNECT || !downstream->get_upgraded()) { in on_downstream_header_complete()
1412 if (req.method == HTTP_CONNECT || req.scheme != "http" || in redirect_to_https()
H A Dshrpx_http2_downstream_connection.cc108 if (req.method != HTTP_CONNECT && req.connect_proto == ConnectProto::NONE) { in attach_downstream()
484 if (req.method == HTTP_CONNECT || req.connect_proto != ConnectProto::NONE || in push_request_headers()
H A Dshrpx_downstream.cc798 upgraded_ = (req_.method == HTTP_CONNECT || in check_upgrade_fulfilled_http2()
804 if (req_.method == HTTP_CONNECT) { in check_upgrade_fulfilled_http1()
837 if (req_.method == HTTP_CONNECT) { in inspect_http2_request()
843 if (req_.method == HTTP_CONNECT) { in inspect_http1_request()
H A Dshrpx_downstream.h176 return method == HTTP_CONNECT && connect_proto == ConnectProto::NONE; in regular_connect_method()
H A Dshrpx_http_downstream_connection.cc554 if (req.method != HTTP_CONNECT && req.http2_expect_body && in push_request_headers()
720 if (req.method == HTTP_CONNECT || in push_request_headers()
979 (resp.http_status / 100 == 2 && req.method == HTTP_CONNECT)) { in htp_hdrs_completecb()
H A Dshrpx_log.cc599 req.method == HTTP_CONNECT ? req.authority in upstream_accesslog()
605 req.method == HTTP_CONNECT in upstream_accesslog()
H A Dshrpx_mruby_module_response.cc235 (resp.http_status == 200 && req.method == HTTP_CONNECT)) { in response_return()
H A Dhttp2.cc1539 return HTTP_CONNECT;
H A Dshrpx_http2_upstream.cc365 if (method_token != HTTP_CONNECT && config->http2_proxy && in on_request_headers()
H A Dshrpx_http3_upstream.cc2253 if (method_token != HTTP_CONNECT && config->http2_proxy && in http_end_request_headers()
/third_party/node/deps/llhttp/include/
H A Dllhttp.h130 HTTP_CONNECT = 5, enumerator
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h142 HTTP_CONNECT = 5, enumerator

Completed in 24 milliseconds