File: lib/ruby-h2/hpack.rb:97
RFC 7541 Appendix A, index 17 is accept-language (no trailing s). Currently spelled accept-languages.
If a peer references static index 17 by name, the decoded header name will be wrong. Encoding of accept-language headers also misses the static table name match, producing larger output.
Fix: change accept-languages to accept-language.
File:
lib/ruby-h2/hpack.rb:97RFC 7541 Appendix A, index 17 is
accept-language(no trailings). Currently spelledaccept-languages.If a peer references static index 17 by name, the decoded header name will be wrong. Encoding of
accept-languageheaders also misses the static table name match, producing larger output.Fix: change
accept-languagestoaccept-language.