Re: Controlling releaseConnection

2016-10-20 Thread Oleg Kalnichevski
On Wed, 2016-10-19 at 10:14 -0400, Pellerin, Clement wrote: > I agree with you this feature is strange and need not be added to the library. > As I said before, I need to preserve this feature for backwards compatibility. > It has something to do with delaying the emission of an MDN in an AS2

RE: Controlling releaseConnection

2016-10-19 Thread Pellerin, Clement
-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 wrote: > > Our customer needs to d

Re: Controlling releaseConnection

2016-10-18 Thread Oleg Kalnichevski
> 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 wrote: > > Our customer needs to delay the release of the

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

Re: Controlling releaseConnection

2016-10-17 Thread Shawn Heisey
On 10/17/2016 3:22 PM, Pellerin, Clement wrote: > 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