**File:** `lib/ruby-h2/hpack.rb:139` RFC 7541 Appendix A, index 59 is `vary`. Currently spelled `var`. Same impact as the other static table typos: incorrect decoding and missed encoding optimisation for the `Vary` header. **Fix:** change `var` to `vary`.
File:
lib/ruby-h2/hpack.rb:139RFC 7541 Appendix A, index 59 is
vary. Currently spelledvar.Same impact as the other static table typos: incorrect decoding and missed encoding optimisation for the
Varyheader.Fix: change
vartovary.