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 2019/09/27 14:40:11 UTC

[httpcomponents-core] branch release-preparation updated: Typos.

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

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


The following commit(s) were added to refs/heads/release-preparation by this push:
     new 22249ac  Typos.
22249ac is described below

commit 22249acf08493c9b5b63c76cc164fcea9ae35b9a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 27 10:40:07 2019 -0400

    Typos.
---
 RELEASE_NOTES.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index e5beeb5..c37aa70 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -114,7 +114,7 @@ Change Log
 * Bug fix: non-blocking I/O event handler may be null in case of an unexpected exception.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: Corrected immediate termination of non-blocking i/o sessions.
+* Bug fix: Corrected immediate termination of non-blocking I/O sessions.
 Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Bug fix: Ensure consistency of internal buffers in case of I/O or SSL exception.
@@ -146,10 +146,10 @@ Change Log
 * HTTPCORE-582: Fixed NPE in SingleCoreIOReactor#processEvents
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Redesign of fatal exception handling by the i/o reactors
+* Redesign of fatal exception handling by the I/O reactors
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-581: Wrong deadline calculation for non-blocking i/o operations
+* HTTPCORE-581: Wrong deadline calculation for non-blocking I/O operations
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Better HttpVersion and ProtocolVersion. (#131)
@@ -165,7 +165,7 @@ Change Log
   Contributed by Gary Gregory <garydgregory at gmail.com>
 
 * HTTPCORE-577: Server side HTTP protocol negotiator to propagate exceptions
-  to the i/o event handler associated with the i/o session.
+  to the I/O event handler associated with the I/O session.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * HTTPCLIENT-1986: URIBuilder#isPathEmpty method to verify if encodedPath
@@ -267,7 +267,7 @@ Change Log
 * HTTPCORE-563: client support for SOCKS version 5
   Contributed by David Maplesden <david at maplesden.co.nz>
 
-* Delay i/o operations on non-blocking SSL sessions until fully initialized
+* Delay I/O operations on non-blocking SSL sessions until fully initialized
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Add `handshakeTimeout` support throughout
@@ -600,7 +600,7 @@ Change Log
   input buffer.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* Bug fix: incorrect handing of premature i/o session termination by the server side application protocol
+* Bug fix: incorrect handing of premature I/O session termination by the server side application protocol
   negotiator.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
@@ -1007,7 +1007,7 @@ Change Log
 * HTTPCORE-434: Corrected handling of HEAD responses without payload headers.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-427: SSL i/o sessions to use a finite timeout for SSL shutdown handshake when closing.
+* HTTPCORE-427: SSL I/O sessions to use a finite timeout for SSL shutdown handshake when closing.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * HTTPCORE-422: HttpAsyncResponseConsumer#onEntityEnclosed is triggered for HEAD responses.