Skip to content

Commit

Permalink
6.3.4
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
Fishrock123 committed Mar 7, 2021
1 parent cab5441 commit db0025d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## [Unreleased]

## [6.3.4] - 2021-03-06

### 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.

## [6.3.3] - 2021-03-01

### 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.3"
version = "6.3.4"
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 db0025d

Please sign in to comment.