Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h882 bool no_server_rewrite; member
Dshrpx_https_upstream.cc1277 if (!config->http2_proxy && !httpconf.no_server_rewrite) { in on_downstream_header_complete()
Dshrpx_http2_upstream.cc1784 if (!config->http2_proxy && !httpconf.no_server_rewrite) { in on_downstream_header_complete()
Dshrpx_http3_upstream.cc1372 if (!config->http2_proxy && !httpconf.no_server_rewrite) { in on_downstream_header_complete()
Dshrpx_config.cc3804 config->http.no_server_rewrite = util::strieq_l("yes", optarg); in parse_config()