Home
last modified time | relevance | path

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

/third_party/node/deps/llhttp/src/
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/third-party/llhttp/src/
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/
Dshrpx_https_upstream.cc162 if (req.method == HTTP_CONNECT) { in htp_uricb()
366 << (method == HTTP_CONNECT ? req.authority : req.path) << " " in htp_hdrs_completecb()
383 if (method != HTTP_CONNECT && !req.fs.header(http2::HD_TRANSFER_ENCODING)) { in htp_hdrs_completecb()
420 if (method != HTTP_CONNECT) { in htp_hdrs_completecb()
1142 auto connect_method = req.method == HTTP_CONNECT; in on_downstream_header_complete()
1266 if (req.method != HTTP_CONNECT || !downstream->get_upgraded()) { in on_downstream_header_complete()
1388 if (req.method == HTTP_CONNECT || req.scheme != "http" || in redirect_to_https()
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()
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()
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()
974 (resp.http_status / 100 == 2 && req.method == HTTP_CONNECT)) { in htp_hdrs_completecb()
Dshrpx_mruby_module_response.cc235 (resp.http_status == 200 && req.method == HTTP_CONNECT)) { in response_return()
Dshrpx_downstream.h176 return method == HTTP_CONNECT && connect_proto == ConnectProto::NONE; in regular_connect_method()
Dshrpx_log.cc599 req.method == HTTP_CONNECT ? req.authority in upstream_accesslog()
605 req.method == HTTP_CONNECT in upstream_accesslog()
Dhttp2.cc1512 return HTTP_CONNECT; in lookup_method_token()
Dshrpx_http2_upstream.cc365 if (method_token != HTTP_CONNECT && config->http2_proxy && in on_request_headers()
Dshrpx_http3_upstream.cc2213 if (method_token != HTTP_CONNECT && config->http2_proxy && in http_end_request_headers()
/third_party/node/deps/llhttp/include/
Dllhttp.h120 HTTP_CONNECT = 5, enumerator
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h141 HTTP_CONNECT = 5, enumerator