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

Current master brunch of hyper-util failed to compile with client feature enabled. #3662

Closed
czy-29 opened this issue May 8, 2024 · 0 comments · Fixed by hyperium/hyper-util#122
Labels
C-bug Category: bug. Something is wrong. This is bad!

Comments

@czy-29
Copy link

czy-29 commented May 8, 2024

Version
Current master brunch of hyper-util.

Description
Current master brunch of hyper-util failed to compile with client feature enabled.

I took a look and it was caused by the following pr:
hyperium/hyper-util#102

Here you need to update the hyper dependency in Cargo.toml to 1.3.x, because hyper::client::conn::http2::Builder in 1.2.x does not have the max_pending_accept_reset_streams method. The hyper of Cargo.toml of the current master branch is still 1.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug. Something is wrong. This is bad!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant