Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

i10416
Copy link

@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