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.cc492 auto no_host_rewrite = in push_request_headers() local
493 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
495 if (no_host_rewrite && !req.authority.empty()) { in push_request_headers()
Dshrpx_config.h881 bool no_host_rewrite; member
Dshrpx.cc2003 httpconf.no_host_rewrite = true; in fill_default_config()
Dshrpx_config.cc3578 config->http.no_host_rewrite = !util::strieq_l("yes", optarg); in parse_config()