hyper-util/tests
Erick Tryzelaar 4595a086e3
tests: fix cargo test ... for a variety of features (#266)
This patch fixes a number of test combinations that were failing before:

* `cargo test`
* `cargo test --features client-legacy`
* `cargo test --features client-legacy,http1`
* `cargo test --features client-legacy,http2`
* `cargo test --features client-legacy,http1,http2`

I would have expected this to have been caught by `cargo hack` but I'm
guessing it wasn't testing at this depth.
2026-02-14 07:17:09 -05:00
..
test_utils chore: use standard library api (#263) 2026-02-02 09:01:11 -05:00
legacy_client.rs tests: fix cargo test ... for a variety of features (#266) 2026-02-14 07:17:09 -05:00
proxy.rs tests: fix cargo test ... for a variety of features (#266) 2026-02-14 07:17:09 -05:00