Home
last modified time | relevance | path

Searched refs:max_response_header_fields (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_config.h877 size_t max_response_header_fields; member
Dshrpx_http_downstream_connection.cc1077 if (resp.fs.num_fields() >= httpconf.max_response_header_fields) { in ensure_max_header_fields()
Dshrpx.cc2007 httpconf.max_response_header_fields = 500; in fill_default_config()
3362 << config->http.max_response_header_fields << R"( in print_help()
Dshrpx_http2_session.cc925 resp.fs.num_fields() >= httpconf.max_response_header_fields) { in on_header_callback2()
Dshrpx_config.cc3546 return parse_uint(&config->http.max_response_header_fields, opt, optarg); in parse_config()