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

[httpcomponents-core] branch 5.0.x updated: Update RELEASE_NOTES.txt

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

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


The following commit(s) were added to refs/heads/5.0.x by this push:
     new 2b956a3  Update RELEASE_NOTES.txt
2b956a3 is described below

commit 2b956a39d28fc9fef5c37e7ed7303ffb6732cd7f
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Nov 27 18:56:45 2020 -0500

    Update RELEASE_NOTES.txt
    
    Minor edits for style.
---
 RELEASE_NOTES.txt | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 6f0fdcb..5459767 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -19,33 +19,33 @@ Change Log
   - Remote extra semicolons (;).
   Contributed by Gary Gregory <garydgregory at gmail.com>
 
-* Bug fix: Fixed ignoring maxResultLength in toString method of EntityUtils.
+* Bug fix: Fix ignoring maxResultLength in toString method of EntityUtils.
   Contributed by Klaw <Klawrar at gmail.com>
 
-* Bug fix: corrected handling of pushed stream refusal by the HTTP/2 protocol handler.
+* Bug fix: Correct handling of pushed stream refusal by the HTTP/2 protocol handler.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Improved connection re-use (keep-alive) tracking by the benchmark; disabled H2 push
+* Improved Connection re-use (keep-alive) tracking by the benchmark; disabled H2 push
   when running the benchmark with HTTP/2.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Improved detection of disconnected endpoints by HttpAsyncRequester.
+* Improve detection of disconnected endpoints by HttpAsyncRequester.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-626: in case of an unsuccessful `expect-continue` handshake do not make any
-  attempts to keep the client connection in a consistent state if the server intends
+* HTTPCORE-626: In case of an unsuccessful `expect-continue` handshake, do not
+  attempt to keep the client connection in a consistent state if the server intends
   to close it on its end.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Move decision if the i/o session is to be terminated immediately to the protocol
-  handler by default attempt to terminate the i/o session gracefully.
+* Move decision if the I/O session is to be terminated immediately to the protocol
+  handler by default attempt to terminate the I/O session gracefully.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Optimized request termination by the non-blocking HTTP/1.1 protocol handler in case of
+* Optimize request termination by the non-blocking HTTP/1.1 protocol handler in case of
   a premature response or `expect-continue` handshake failure.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* `AbstractAsyncResponseConsumer` to handle gracefully an inconsistent state caused by
+* `AbstractAsyncResponseConsumer` gracefully handles an inconsistent state caused by
   the caller signalling a response with no entity but subsequently calling methods
   to consume data.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
@@ -57,7 +57,7 @@ Change Log
   (#227).
   Contributed by Colin Weld <c_weld at backblaze.com>
 
-* HTTPCORE-644: non-blocking TLSv1.3 connections can end up in an infinite event spin
+* HTTPCORE-644: 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>