Lines Matching defs:config
620 auto config = get_config();
621 auto &quicconf = config->quic;
622 auto &http3conf = config->http3;
1283 auto config = get_config();
1284 auto &httpconf = config->http;
1286 if (!config->http2_proxy && !httpconf.no_location_rewrite) {
1372 if (!config->http2_proxy && !httpconf.no_server_rewrite) {
1691 auto config = get_config();
1692 auto &httpconf = config->http;
1722 nva.push_back(http3::make_nv_ls_nocopy("server", config->http.server_name));
2131 auto config = get_config();
2132 auto &httpconf = config->http;
2250 auto config = get_config();
2253 if (method_token != HTTP_CONNECT && config->http2_proxy &&
2278 } else if (config->http2_proxy &&
2308 if (config->http.require_http_scheme &&
2629 auto config = get_config();
2635 if (!config->http2_proxy) {