Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): return Version errors if unsupported
If a `Request`'s version is `Http09`, `H2`, or `H2c`, `client.request` will return a `hyper::Error::Version`, and a message is logged at `error!` level. Closes #1283
- Loading branch information