RE: Controlling releaseConnection

2016-10-19 Thread Pellerin, Clement
ontrolling releaseConnection On Tue, 2016-10-18 at 10:12 -0400, Pellerin, Clement wrote: > I agree that code is correct. I never said there was a bug. > I am asking how to override the behavior. > We are porting our product from HttpClient 4.1 to 4.5.2 and we need to > preserve that feature bec

RE: Controlling releaseConnection

2016-10-18 Thread Pellerin, Clement
if this is a common requirement. I am also interested in any other work-around. -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Monday, October 17, 2016 9:24 PM To: HttpClient User Discussion Subject: Re: Controlling releaseConnection On 10/17/2016 3:22 PM, Pellerin, Clement

Controlling releaseConnection

2016-10-17 Thread Pellerin, Clement
We are using HttpClient 4.5.2 Our customer needs to delay the release of the connection until the response is fully processed. They want to turn off the early automatic release of the connection and do it manually later. This is the problematic code in MainClientExec // check for