GZIP encoding, EOF detector & leaked connections

2015-09-14 Thread David Ayre
I'm using httpclient 4.4.1 with Jersey 2.19 and have spent some time troubleshooting a problem with http connections to a specific server A leased from the PoolingClientConnectionManager which are never made available again because they are never released. Our per route for A maxes out and a

Re: Code with 4.x deprecations already removed?

2015-09-14 Thread Shawn Heisey
On 9/14/2015 1:45 AM, Oleg Kalnichevski wrote: > You should not be using 5.0 unless you intent to participate in > development of HttpClient. The trunk is currently unstable and I have > no idea how long it may take for it to get stable enough for a GA > release. Please use 4.5.x branch for now.

Re: Code with 4.x deprecations already removed?

2015-09-14 Thread Oleg Kalnichevski
On Sat, 2015-09-12 at 10:25 -0600, Shawn Heisey wrote: > Does the trunk code for client/mime/core already have the 4.x > deprecations removed? > Yes, it does. > I'd like to work on bringing Solr into the modern age where > httpcomponents is concerned (SOLR-5604 in the Apache Jira), but unless