Hi Oleg, thanks for the response. Yes, I'm using HttpCore 4.1.2, but the fix it's not there. I even downloaded HttpCore 4.1.3, and the fix (as shown in http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/DefaultConnectionReuseStrategy.java?r1=1124215&r2=1124214&pathrev=1124215 SVN changes ) isn't there either. It is, however, in HttpCore 4.2-alpha2
Alex. olegk wrote: > > 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] > > > -- View this message in context: http://old.nabble.com/GZIP-compression-don%27t-reuse-connections-tp32987666p32988835.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
