Home
last modified time | relevance | path

Searched refs:http2_proxy (Results 1 – 10 of 10) 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()
366 if (config->http2_proxy || req.regular_connect_method()) { in push_request_headers()
407 if (!config->http2_proxy && !req.regular_connect_method()) { in push_request_headers()
Dshrpx_http2_upstream.cc365 if (method_token != HTTP_CONNECT && config->http2_proxy && in on_request_headers()
390 } else if (config->http2_proxy && in on_request_headers()
1006 if (get_config()->http2_proxy) { in downstream_queue_size()
1017 !get_config()->http2_proxy), in Http2Upstream()
1053 if (!config->http2_proxy) { in Http2Upstream()
1659 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete()
1718 !config->http2_proxy && (downstream->get_stream_id() % 2) && in on_downstream_header_complete()
1774 if (!config->http2_proxy && !httpconf.no_server_rewrite) { in on_downstream_header_complete()
2237 config->http2_proxy); in push_enabled()
Dshrpx_config.h958 http2_proxy{false},
1001 bool http2_proxy; member
1253 int configure_downstream_group(Config *config, bool http2_proxy,
Dshrpx_http_downstream_connection.cc478 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers()
496 } else if (config->http2_proxy) { in push_request_headers()
595 if (config->http2_proxy || connect_method) { in push_request_headers()
637 if (!config->http2_proxy && !connect_method) { in push_request_headers()
Dshrpx_https_upstream.cc450 if (req.no_authority && config->http2_proxy && in htp_hdrs_completecb()
1138 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete()
1233 if (!config->http2_proxy && !httpconf.no_server_rewrite) { in on_downstream_header_complete()
Dshrpx_api_downstream_connection.cc420 if (configure_downstream_group(&new_config, config->http2_proxy, true, in handle_backendconfig()
Dshrpx_log.cc600 : config->http2_proxy in upstream_accesslog()
Dshrpx_config.cc2724 config->http2_proxy = util::strieq_l("yes", optarg); in parse_config()
4006 int configure_downstream_group(Config *config, bool http2_proxy, in configure_downstream_group() argument
Dshrpx_http2_session.cc1704 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
Dshrpx.cc3057 if (configure_downstream_group(config, config->http2_proxy, false, tlsconf) != in process_options()