Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h880 bool no_location_rewrite; member
Dshrpx_https_upstream.cc1173 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete()
Dshrpx_http2_upstream.cc1669 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete()
Dshrpx_http3_upstream.cc1267 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete()
Dshrpx_config.cc3429 config->http.no_location_rewrite = util::strieq_l("yes", optarg); in parse_config()