Searched refs:http2_proxy (Results 1 – 10 of 10) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_downstream_connection.cc | 258 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()
|
D | shrpx_http2_upstream.cc | 365 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()
|
D | shrpx_config.h | 958 http2_proxy{false}, 1001 bool http2_proxy; member 1253 int configure_downstream_group(Config *config, bool http2_proxy,
|
D | shrpx_http_downstream_connection.cc | 478 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()
|
D | shrpx_https_upstream.cc | 450 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()
|
D | shrpx_api_downstream_connection.cc | 420 if (configure_downstream_group(&new_config, config->http2_proxy, true, in handle_backendconfig()
|
D | shrpx_log.cc | 600 : config->http2_proxy in upstream_accesslog()
|
D | shrpx_config.cc | 2724 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
|
D | shrpx_http2_session.cc | 1704 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
|
D | shrpx.cc | 3057 if (configure_downstream_group(config, config->http2_proxy, false, tlsconf) != in process_options()
|