You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changelog/hyper-defaults.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,9 @@ applies_to:
4
4
authors:
5
5
- landonxjames
6
6
references:
7
-
- smithy-rs#4274
7
+
- smithy-rs#4282
8
8
breaking: false
9
9
new_feature: false
10
10
bug_fix: true
11
11
---
12
-
Set the `pool_idle_timeout` for the default Hyper client to 90 seconds. This aligns with the behavior of the hyper 0.14.x client that was previously the default.
Set the `pool_timer` for the default Hyper client. This is required to allow the `pool_idle_timeout` to work. Now idle connections will be released by the pool after 90 seconds.
0 commit comments