Lines Matching defs:httpconf
485 auto &httpconf = config->http;
493 httpconf.no_host_rewrite || config->http2_proxy || connect_method;
529 auto &fwdconf = httpconf.forwarded;
530 auto &xffconf = httpconf.xff;
531 auto &xfpconf = httpconf.xfp;
532 auto &earlydataconf = httpconf.early_data;
676 if (httpconf.no_via) {
695 for (auto &p : httpconf.add_request_headers) {
1072 const HttpConfig &httpconf, size_t len) {
1075 if (resp.fs.buffer_size() + len > httpconf.response_header_field_buffer) {
1089 const HttpConfig &httpconf) {
1092 if (resp.fs.num_fields() >= httpconf.max_response_header_fields) {
1108 auto &httpconf = get_config()->http;
1110 if (ensure_header_field_buffer(downstream, httpconf, len) != 0) {
1118 if (ensure_max_header_fields(downstream, httpconf) != 0) {
1128 if (ensure_max_header_fields(downstream, httpconf) != 0) {
1145 auto &httpconf = get_config()->http;
1147 if (ensure_header_field_buffer(downstream, httpconf, len) != 0) {