Home
last modified time | relevance | path

Searched refs:no_via (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_downstream_connection.cc428 if (httpconf.no_via) { in push_request_headers()
Dshrpx_config.h879 bool no_via; member
Dshrpx_https_upstream.cc1292 if (httpconf.no_via) { in on_downstream_header_complete()
Dshrpx_http_downstream_connection.cc676 if (httpconf.no_via) { in push_request_headers()
Dshrpx_http2_upstream.cc1818 if (httpconf.no_via) { in on_downstream_header_complete()
Dshrpx_http3_upstream.cc1379 if (httpconf.no_via) { in on_downstream_header_complete()
Dshrpx_config.cc3015 config->http.no_via = util::strieq_l("yes", optarg); in parse_config()