Lines Matching defs:config
167 auto config = get_config();
169 if (config->http2.upstream.debug.frame_debug) {
185 auto &httpconf = config->http;
301 auto config = get_config();
302 auto &httpconf = config->http;
335 auto config = get_config();
336 auto &dump = config->http2.upstream.debug.dump;
365 if (method_token != HTTP_CONNECT && config->http2_proxy &&
390 } else if (config->http2_proxy &&
422 if (config->http.require_http_scheme &&
995 auto config = get_config();
997 if (config->padding) {
1002 if (config->http2.upstream.debug.frame_debug) {
1032 auto config = get_config();
1033 auto &http2conf = config->http2;
1064 if (!config->http2_proxy) {
1135 config->conn.upstream.timeout.http2_read);
1184 auto config = get_config();
1185 auto &http2conf = config->http2;
1520 auto config = get_config();
1521 auto &httpconf = config->http;
1551 nva.push_back(http2::make_nv_ls_nocopy("server", config->http.server_name));
1666 auto config = get_config();
1667 auto &httpconf = config->http;
1669 if (!config->http2_proxy && !httpconf.no_location_rewrite) {
1710 auto &http2conf = config->http2;
1728 !config->http2_proxy && (downstream->get_stream_id() % 2) &&
1784 if (!config->http2_proxy && !httpconf.no_server_rewrite) {
1985 auto config = get_config();
1986 auto &httpconf = config->http;
2251 auto config = get_config();
2252 return !(config->http2.no_server_push ||
2255 config->http2_proxy);