Skip to content

Commit db0025d

Browse files
committed
6.3.4
### Fixed - `h1_client` connection pools now properly check if connections are still alive before recycling them. - Like, actually properly this time. - There is a test now to ensure closed connections don't cause errors.
1 parent cab5441 commit db0025d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.3.4] - 2021-03-06
11+
12+
### Fixed
13+
- `h1_client` connection pools now properly check if connections are still alive before recycling them.
14+
- Like, actually properly this time.
15+
- There is a test now to ensure closed connections don't cause errors.
16+
1017
## [6.3.3] - 2021-03-01
1118

1219
### 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.3"
3+
version = "6.3.4"
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)