We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd846e3 commit 2abe149Copy full SHA for 2abe149
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
8
## [Unreleased]
9
10
+## [6.3.3] - 2021-03-01
11
+
12
+### Fixed
13
+- `h1_client` connection pools now properly check if connections are still alive before recycling them.
14
15
## [6.3.2] - 2021-03-01
16
17
_(This was the same thing as 6.3.1 released by git accident.)_
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-client"
3
-version = "6.3.2"
+version = "6.3.3"
4
license = "MIT OR Apache-2.0"
5
repository = "https://github.com/http-rs/http-client"
6
documentation = "https://docs.rs/http-client"
0 commit comments