http-2
http-2 copied to clipboard
SETTINGS_HEADER_TABLE_SIZE validation?
while there is configuration option for :settings_header_table_size https://github.com/igrigorik/http-2/blob/70a8a2eed17091e311322f28a7378bba744ad2a6/lib/http/2/connection.rb#L13
there is no validation upon it for coming frames https://github.com/igrigorik/http-2/blob/70a8a2eed17091e311322f28a7378bba744ad2a6/lib/http/2/connection.rb#L580
May we have validation on coming frames :settings_header_table_size value be lower or equal to the limit set by the SETTINGS_HEADER_TABLE_SIZE parameter?
https://http2.github.io/http2-spec/compression.html#encoding.context.update