Home
last modified time | relevance | path

Searched refs:regular_connect_method (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_downstream_connection.cc259 req.regular_connect_method(); in push_request_headers()
304 if (!req.regular_connect_method()) { in push_request_headers()
366 if (config->http2_proxy || req.regular_connect_method()) { in push_request_headers()
407 if (!config->http2_proxy && !req.regular_connect_method()) { in push_request_headers()
Dshrpx_downstream.h170 bool regular_connect_method() const { in regular_connect_method() function
Dshrpx_http2_upstream.cc1783 if (!req.regular_connect_method() || !downstream->get_upgraded()) { in on_downstream_header_complete()
1957 if (req.regular_connect_method() || req.scheme != "http") { in redirect_to_https()
Dshrpx_client_handler.cc943 if (!req.regular_connect_method()) { in get_downstream_connection()
Dshrpx_http_downstream_connection.cc467 auto connect_method = req.regular_connect_method(); in push_request_headers()