Home
last modified time | relevance | path

Searched refs:http2_response_buffer_max (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h795 extern size_t http2_response_buffer_max;
H A Dconfig_file.c84 size_t http2_response_buffer_max = 4 * 1024 * 1024; variable
2431 http2_response_buffer_max = config->http_response_buffer_size; in config_apply()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2615 if(http2_response_buffer_count + rlen > http2_response_buffer_max) { in http2_submit_dns_response()