Skip to content

Commit

Permalink
6.3.5
Browse files Browse the repository at this point in the history
### Fixed
- Multiple headers of the same name are now present with any client backend and not just `h1_client`.
- Connection when multiple IPs are present for a hostname not function with the `h1_client` backend.
  • Loading branch information
Fishrock123 committed Mar 12, 2021
1 parent bcbc2b2 commit 6ba80b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## [Unreleased]

## [6.3.5] - 2021-03-12

### Fixed
- Multiple headers of the same name are now present with any client backend and not just `h1_client`.
- Connection when multiple IPs are present for a hostname not function with the `h1_client` backend.

## [6.3.4] - 2021-03-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-client"
version = "6.3.4"
version = "6.3.5"
license = "MIT OR Apache-2.0"
repository = "https://github.com/http-rs/http-client"
documentation = "https://docs.rs/http-client"
Expand Down

0 comments on commit 6ba80b3

Please sign in to comment.