On Fri, Dec 16, 2011 at 04:51:55AM -0800, Ale Sarco wrote: > > I have a client using HTTPClient 4.1.2 communicating to a web service that > returns XML. > It works fine with DefaultHTTPClient, but when I want to use > ContentEncodingHttpClient, connections are not reused after release.
... > Is this a bug, or is there something about GZIP compression that causes the > connections to be non reusable? This is a known issue, which has been fixed in the 4.1.2 release of HttpCore https://issues.apache.org/jira/browse/HTTPCORE-257 Please double-check your project configuration and make sure HttpClient is using HttpCore 4.1.2 or newer. Oleg > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
