HTTPCLIENT-975 was fixed after 4.1-beta1
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1050243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a022b2cf9
commit
1abae928c1
|
@ -4,6 +4,11 @@ Changes since 4.1 BETA1
|
|||
* [HTTPCLIENT-1036] StringBody has incorrect default for characterset. (Default changed to US-ASCII)
|
||||
Contributed by Sebastian Bazley <sebb at apache.org>
|
||||
|
||||
* [HTTPCLIENT-975] Support stale-if-error extension directive (RFC5861).
|
||||
Contributed by Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>,
|
||||
Michajlo Matijkiw <michajlo_matijkiw at comcast.com>, and
|
||||
Matthew Hawthorne <matthew_hawthorne at comcast.com>.
|
||||
|
||||
* [HTTPCLIENT-1033] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic
|
||||
Contributed by Sebastian Bazley <sebb at apache.org>
|
||||
|
||||
|
@ -20,11 +25,6 @@ project.
|
|||
|
||||
Changelog
|
||||
-------------------
|
||||
* [HTTPCLIENT-975] Support stale-if-error extension directive (RFC5861).
|
||||
Contributed by Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>,
|
||||
Michajlo Matijkiw <michajlo_matijkiw at comcast.com>, and
|
||||
Matthew Hawthorne <matthew_hawthorne at comcast.com>.
|
||||
|
||||
* [HTTPCLIENT-1015] Support only-if-cached directive.
|
||||
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
|
||||
|
||||
|
|
Loading…
Reference in New Issue