Deflater.changeTableSize

Changes header table size of the |Deflater| to |settings_hd_table_bufsize_max| bytes. This may trigger eviction in the dynamic table.

The |settings_hd_table_bufsize_max| should be the value received in SettingsID.HEADER_TABLE_SIZE.

The deflater never uses more memory than `hd_table_bufsize_max` bytes specified in the constructor. Therefore, if |settings_hd_table_bufsize_max| > `hd_table_bufsize_max`, resulting maximum table size becomes `hd_table_bufsize_max`.

struct Deflater
void
changeTableSize

Meta