Skip to content

Commit 6ba80b3

Browse files
committed
6.3.5
### 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.
1 parent bcbc2b2 commit 6ba80b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [6.3.5] - 2021-03-12
11+
12+
### Fixed
13+
- Multiple headers of the same name are now present with any client backend and not just `h1_client`.
14+
- Connection when multiple IPs are present for a hostname not function with the `h1_client` backend.
15+
1016
## [6.3.4] - 2021-03-06
1117

1218
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "6.3.4"
3+
version = "6.3.5"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"

0 commit comments

Comments
 (0)