Searched refs:regular_connect_method (Results 1 – 5 of 5) sorted by relevance
259 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()
170 bool regular_connect_method() const { in regular_connect_method() function
1783 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()
943 if (!req.regular_connect_method()) { in get_downstream_connection()
467 auto connect_method = req.regular_connect_method(); in push_request_headers()