-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: table size update must come first in header block
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
- Loading branch information
Showing
2 changed files
with
38 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters