reinstating hpack conformance tests - #206
Open
HoneyryderChuck wants to merge 3 commits into
Open
Conversation
HoneyryderChuck
force-pushed
the
hpack-tests
branch
3 times, most recently
from
September 10, 2026 10:43
c918f4d to
60e2ea8
Compare
HoneyryderChuck
force-pushed
the
hpack-tests
branch
2 times, most recently
from
September 10, 2026 13:35
3e3d3d6 to
beb2f09
Compare
these have been ignored for a while, as they relied on a git submodule which has been removed a long time ago. reinstating it with a git clone in CI instead. Fixes igrigorik#200
HTTP2::Buffer has been removed a long time ago; moreover, the header
field validation layer needs to be bypassed for the conformance tests,
since they're using fields that are not approved in practice
("connection" for example).
matching arrays shouldn't also rely on order (which http-2 changes to
put pseudo-headers first)
HoneyryderChuck
force-pushed
the
hpack-tests
branch
from
September 10, 2026 13:37
beb2f09 to
f107c97
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
these have been ignored for a while, as they relied on a git submodule which has been removed a long time ago. reinstating it with a git clone in CI instead.
Fixes #200