hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.07k stars 1.55k forks source link

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

Closed czy-29 closed 1 month ago

czy-29 commented 1 month ago

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: https://github.com/hyperium/hyper-util/pull/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.