From 38f23316bb3fd8a226a27387b2ca3cc3aeadd3e8 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Fri, 13 Jul 2007 13:37:46 +0000 Subject: [PATCH] Added a statement on expected performance improvements to the release notes git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555991 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index d9ed283cc..eb7bb7e46 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -18,6 +18,10 @@ Architectural changes * Cleaner, more flexible and expressive API +* Better performance and smaller memory footprint due to a more + efficient HTTP transport based on HttpCore. HttpClient 4.0 is + expected to be 10% to 25% faster than HttpClient 3.x codeline + * More modular structure * Pluggable redirect and authentication handlers @@ -26,7 +30,8 @@ Architectural changes * Improved connection management -* Improved support for sending requests via a proxy or a chain of proxies +* Improved support for sending requests via a proxy or a chain of + proxies * Improved handling redirects of entity enclosing requests