Searched refs:min_header_table_size (Results 1 – 4 of 4) sorted by relevance
76 int64_t min_header_table_size; member
103 min_header_table_size(std::numeric_limits<uint32_t>::max()), in Config()919 if (config.min_header_table_size < config.header_table_size) { in populate_settings()921 iv[niv].value = config.min_header_table_size; in populate_settings()2936 config.min_header_table_size = std::min(config.min_header_table_size, n); in main()
4323 uint32_t min_header_table_size = UINT32_MAX; in nghttp2_session_update_local_settings() local4333 min_header_table_size = nghttp2_min(min_header_table_size, iv[i].value); in nghttp2_session_update_local_settings()4341 if (min_header_table_size < header_table_size) { in nghttp2_session_update_local_settings()4343 min_header_table_size); in nghttp2_session_update_local_settings()