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: .changes/next-release/bugfix-AWSSDKforJavav2-7d9ef28.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,5 @@
2
2
"type": "bugfix",
3
3
"category": "AWS SDK for Java v2",
4
4
"contributor": "",
5
-
"description": "Fix resource leak in ResponseInputStream and ResponsePublisher"
5
+
"description": "Fixed a thread leak in ResponseInputStream and ResponsePublisher where the internal timeout scheduler thread persisted for the lifetime of the JVM, even when no streams were active. The thread now terminates after being idle for 60 seconds.\n"
0 commit comments