Skip to content

improve: table size update must come first in header block#140

Open
i10416 wants to merge 1 commit intohttp4s:mainfrom
i10416:improve/table-size-update
Open

improve: table size update must come first in header block#140
i10416 wants to merge 1 commit intohttp4s:mainfrom
i10416:improve/table-size-update

Conversation

@i10416
Copy link
Copy Markdown

@i10416 i10416 commented Nov 21, 2024

According to RFC 7531, section 4.2, HPACK dynamic table size update must happen at the beginning of the header block.

This change will increase the number of green cases in h2spec, which other HTTP/2 implementation such as hyper/h2(Rust) or Crystal http/2 uses in order to check spec conformance.

References

According to RFC 7531, section 4.2, HPACK dynamic table size update must
happen at the beginning of the header block.

This change will increase the number of green cases in h2spec, which other
HTTP/2 implementation such as hyper/h2(Rust) or Crystal http/2 uses
in order to check spec conformance.

References

- https://datatracker.ietf.org/doc/html/rfc7541#section-4.2
- netty/netty#12988
- https://github.com/summerwind/h2spec
- https://github.com/hyperium/h2?tab=readme-ov-file#features
- https://github.com/ysbaddaden/http2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant