Re: releasing streamed connections back to connection pool

2016-04-08 Thread Tim Webster
> -- > http://bernd.eckenfels.net > From Win 10 Mobile > > > > *Von: *Tim Webster <tim.webs...@gmail.com> > *Gesendet: *Freitag, 8. April 2016 11:42 > *An: *httpclient-users@hc.apache.org > *Betreff: *releasing streamed connections back to connection pool > >

Re: releasing streamed connections back to connection pool

2016-04-08 Thread Tim Webster
to releaseConnection()? How do I ensure this - we are already reading the output stream from the response and closing it...(hard to explain really in an email)... On Fri, Apr 8, 2016 at 11:04 AM, Oleg Kalnichevski <ol...@apache.org> wrote: > On Fri, 2016-04-08 at 11:02 +0100, Tim Webster wrote: &g

Re: releasing streamed connections back to connection pool

2016-04-08 Thread Tim Webster
I think I've found the problem. The Spring code isn't closing the input stream from the response after reading it. Easy to override and fix. Thanks for your help... On Fri, Apr 8, 2016 at 11:10 AM, Tim Webster <tim.webs...@gmail.com> wrote: > Hi sorry I'm not sure which que