Searched refs:no_host_rewrite (Results 1 – 5 of 5) sorted by relevance
258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers() local269 if (no_host_rewrite && !req.authority.empty()) { in push_request_headers()
477 auto no_host_rewrite = in push_request_headers() local478 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()480 if (no_host_rewrite && !req.authority.empty()) { in push_request_headers()
747 bool no_host_rewrite; member
1482 httpconf.no_host_rewrite = true; in fill_default_config()
3344 config->http.no_host_rewrite = !util::strieq_l("yes", optarg); in parse_config()