File: lib/ruby-h2/hpack.rb:96
RFC 7541 Appendix A defines static table index 16 as accept-encoding: gzip, deflate. The value is currently empty.
If a peer sends an indexed reference to entry 16, this implementation decodes it as an empty value instead of gzip, deflate.
Fix: change the value to 'gzip, deflate'.
File:
lib/ruby-h2/hpack.rb:96RFC 7541 Appendix A defines static table index 16 as
accept-encoding: gzip, deflate. The value is currently empty.If a peer sends an indexed reference to entry 16, this implementation decodes it as an empty value instead of
gzip, deflate.Fix: change the value to
'gzip, deflate'.