On Fri, 2011-12-16 at 09:08 -0800, Ale Sarco wrote: > 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. >
Alex, Apparently I messed it up somehow. For some reason the fix did not get merged to the 4.1.x branch. I merged the fix and will try to cut 4.1.4 release either before Christmas this year or early next year. Oleg > > > 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] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
