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

Http/2 revamp #9520

Merged
merged 6 commits into from
Nov 26, 2024
Merged

Http/2 revamp #9520

merged 6 commits into from
Nov 26, 2024

Conversation

danielkec
Copy link
Contributor

@danielkec danielkec commented Nov 21, 2024

Fixes #9272, #9273 and #9282

  • Add h2spec test
  • Consuming request trailers
  • Larger frame splitting fix
  • Flow control update timeout
  • Streamed payload larger than content length discovery

Signed-off-by: Daniel Kec <[email protected]>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 21, 2024
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
@danielkec danielkec linked an issue Nov 22, 2024 that may be closed by this pull request
@danielkec danielkec changed the title [WIP] Http/2 revamp Http/2 revamp Nov 22, 2024
@danielkec danielkec linked an issue Nov 22, 2024 that may be closed by this pull request
@danielkec danielkec self-assigned this Nov 22, 2024
Signed-off-by: Daniel Kec <[email protected]>
@danielkec danielkec merged commit c020496 into helidon-io:main Nov 26, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should run h2spec on pipeline h2spec http2 5.1.2/1 fails h2spec http2 8.1.2.6 fails
3 participants