Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http2_downstream_connection.cc258 auto no_host_rewrite = httpconf.no_host_rewrite || config->http2_proxy || in push_request_headers() local
269 if (no_host_rewrite && !req.authority.empty()) { in push_request_headers()
Dshrpx_http_downstream_connection.cc477 auto no_host_rewrite = in push_request_headers() local
478 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()
Dshrpx_config.h747 bool no_host_rewrite; member
Dshrpx.cc1482 httpconf.no_host_rewrite = true; in fill_default_config()
Dshrpx_config.cc3344 config->http.no_host_rewrite = !util::strieq_l("yes", optarg); in parse_config()