Skip to content

HPACK static table: accept-encoding missing value #8

@phluid61

Description

@phluid61

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'.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions