You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/11/25 21:38:54 UTC

[httpcomponents-core] 01/01: Updated release notes for HttpCore 4.4.14 release

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch 4.4.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit 8a893cc819db7f63f5ea6bd6271348262fa35175
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Nov 24 22:38:38 2020 +0100

    Updated release notes for HttpCore 4.4.14 release
---
 RELEASE_NOTES.txt | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5603d0f..4e23501 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,7 +1,9 @@
 Release 4.4.14
 -------------------
 
-This is a maintenance release that corrects a number of defects discovered since release 4.4.13.
+This is a maintenance release that corrects a number of defects discovered since release 4.4.13
+including two defects in the async (non-blocking) transport potentially causing an infinite
+event loop and and excessive CPU utilization.
 
 Changelog
 -------------------
@@ -15,6 +17,18 @@ Changelog
   - Remote extra semicolons (;).
   Contributed by Gary Gregory <ggregory at apache.org>
 
+* Bug fix: Non-blocking TLSv1.3 connections can end up in an infinite event spin when closed
+  concurrently by the local and the remote endpoints.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-647: Non-blocking connection terminated due to 'java.io.IOException: Broken pipe'
+  can enter an infinite loop flushing buffered output data.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* PR #201, HTTPCORE-634: Fix race condition in AbstractConnPool that can cause internal state
+  corruption when persistent connections are manually removed from the pool.
+  Contributed by djelinski <30433125+djelinski at users.noreply.github.com>
+
 
 Release 4.4.13
 -------------------