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: AW: Controlling releaseConnection

2016-10-18 Thread Oleg Kalnichevski
On Tue, 2016-10-18 at 01:46 +0200, e...@zusammenkunft.net wrote: > Hello, > > Can younspecify why you need to delay it? Do wou want to make some kind of > rate limit with this or optimize pipelining? > > Gruss > Bernd I am not quite sure I understand the problem. HttpClient releases connection

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

AW: Controlling releaseConnection

2016-10-17 Thread ecki
org Betreff: Controlling releaseConnection 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 c

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