Skip to content

fix(http2): add decriptive error for non-zero connect request #3886

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

Merged
merged 5 commits into from
May 6, 2025

Conversation

samp5
Copy link
Contributor

@samp5 samp5 commented May 6, 2025

fixes #3858 : add error type for http/2 connect requests with non-zero body.

address issue hyperium#3858: add error type for http/2 connect requests with
non-zero body.
Co-authored-by: Sean McArthur <[email protected]>
@seanmonstar
Copy link
Member

CI is complaining about the styling. Try running rustfmt --edition 2021 $(git ls-files '*.rs').

@samp5
Copy link
Contributor Author

samp5 commented May 6, 2025

Sorry about that! (fixed)

@samp5
Copy link
Contributor Author

samp5 commented May 6, 2025

I appreciate your patience (this is my first contribution)

Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@seanmonstar seanmonstar merged commit 42aff87 into hyperium:master May 6, 2025
22 checks passed
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.

HTTP2 CONNECT request with body creates undescriptive INTERNAL_ERROR error
2 participants