You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/06/18 07:43:10 UTC

[httpcomponents-client] branch 4.5.x updated: Correct status code typo in release notes

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

michaelo pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/4.5.x by this push:
     new 26ba138  Correct status code typo in release notes
26ba138 is described below

commit 26ba138d8e7ec45b0b3e1c618da4bf48ecda638c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jun 18 09:42:47 2020 +0200

    Correct status code typo in release notes
---
 RELEASE_NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 93a8d15..fefa322 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -7,7 +7,7 @@ that caused rejection of ceritificates with non-standard domains.
 Changelog:
 -------------------
 
-* HTTPCLIENT-2053: Add SC_PERMANENT_REDIRECT (408) to DefaultRedirectStrategy
+* HTTPCLIENT-2053: Add SC_PERMANENT_REDIRECT (308) to DefaultRedirectStrategy
   Contributed by Michael Osipov <michaelo at apache.org>
 
 * HTTPCLIENT-2052: Fixed redirection of entity enclosing requests with non-repeatable entities