HTTPCLIENT-1199: DecompressingHttpClient strips content from entity enclosing requests

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1345658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2012-06-03 11:45:41 +00:00
parent 4086d02fbc
commit 36c40dab03
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Changes since 4.2
-------------------
* [HTTPCLIENT-1199] DecompressingHttpClient strips content from entity enclosing requests
Contributed by Oleg Kalnichevski <olegk at apache.org>
* [HTTPCLIENT-1198] HttpHost is not set in HttpContext in CachingHttpClient.
Contributed by Jon Moore <jonm at apache.org>