Searched refs:http2_proxy (Results 1 – 11 of 11) 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() 1014 if (get_config()->http2_proxy) { in downstream_queue_size() 1025 !get_config()->http2_proxy), in Http2Upstream() 1064 if (!config->http2_proxy) { in Http2Upstream() 1669 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete() 1728 !config->http2_proxy && (downstream->get_stream_id() % 2) && in on_downstream_header_complete() 1784 if (!config->http2_proxy && !httpconf.no_server_rewrite) { in on_downstream_header_complete() 2255 config->http2_proxy); in push_enabled()
|
| D | shrpx_http3_upstream.cc | 95 if (get_config()->http2_proxy) { in downstream_queue_size() 119 !get_config()->http2_proxy}, 1239 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete() 1325 if (!config->http2_proxy && !httpconf.no_server_rewrite) { in on_downstream_header_complete() 2213 if (method_token != HTTP_CONNECT && config->http2_proxy && in http_end_request_headers() 2238 } else if (config->http2_proxy && in http_end_request_headers() 2593 if (!config->http2_proxy) { in setup_httpconn()
|
| D | shrpx_http_downstream_connection.cc | 493 httpconf.no_host_rewrite || config->http2_proxy || connect_method; in push_request_headers() 511 } else if (config->http2_proxy) { in push_request_headers() 613 if (config->http2_proxy || connect_method) { in push_request_headers() 655 if (!config->http2_proxy && !connect_method) { in push_request_headers()
|
| D | shrpx_config.h | 1104 http2_proxy{false}, 1155 bool http2_proxy; member 1439 int configure_downstream_group(Config *config, bool http2_proxy,
|
| D | shrpx_https_upstream.cc | 473 if (req.no_authority && config->http2_proxy && in htp_hdrs_completecb() 1164 if (!config->http2_proxy && !httpconf.no_location_rewrite) { in on_downstream_header_complete() 1253 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 ? construct_absolute_request_uri(balloc, req) in upstream_accesslog()
|
| D | shrpx_config.cc | 2993 config->http2_proxy = util::strieq_l("yes", optarg); in parse_config() 4419 int configure_downstream_group(Config *config, bool http2_proxy, in configure_downstream_group() argument
|
| D | shrpx_http2_session.cc | 1720 if (http2conf.no_server_push || config->http2_proxy) { in connection_made()
|
| D | shrpx.cc | 3693 if (configure_downstream_group(config, config->http2_proxy, false, tlsconf) != in process_options()
|