Skip to content

Commit c3b0822

Browse files
authored
Resolve keep-alive handling for the dispatcher's idle state (#638)
1 parent d42ecd4 commit c3b0822

File tree

6 files changed

+129
-53
lines changed

6 files changed

+129
-53
lines changed

ntex-io/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## [2.15.1] - 2025-11-12
4+
5+
* Resolve keep-alive handling for the dispatcher's idle state
6+
37
## [2.15.0] - 2025-11-06
48

59
* Api for forcing keep-alive error

ntex-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex-io"
3-
version = "2.15.0"
3+
version = "2.15.1"
44
authors = ["ntex contributors <[email protected]>"]
55
description = "Utilities for abstracting io streams"
66
keywords = ["network", "framework", "async", "futures"]

0 commit comments

Comments
 (0)