Home
last modified time | relevance | path

Searched refs:connect_method (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http_downstream_connection.cc482 auto connect_method = req.regular_connect_method(); in push_request_headers() local
493 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
509 if (connect_method) { in push_request_headers()
578 } else if (!connect_method && req.upgrade_request) { in push_request_headers()
613 if (config->http2_proxy || connect_method) { in push_request_headers()
655 if (!config->http2_proxy && !connect_method) { in push_request_headers()
Dshrpx_https_upstream.cc1151 auto connect_method = req.method == HTTP_CONNECT; in on_downstream_header_complete() local
1220 if (!connect_method && downstream->get_upgraded()) { in on_downstream_header_complete()