Does HttpClient v3 handle Keep-Alive properly ? (code analysis and description inside)

2010-06-15 Thread Laurent Perez
Hello I'm trying to understand if the v3, which my application currently uses, handles Keep-Alive properly - because our client says it does not. On several requests, using lsof, I can see that httpclient connections in state ESTABLISHED gradually fall back to a CLOSE_WAIT state, and they also st

Re: Does HttpClient v3 handle Keep-Alive properly ? (code analysis and description inside)

2010-06-15 Thread Oleg Kalnichevski
On Tue, 2010-06-15 at 18:37 +0200, Laurent Perez wrote: > Hello > > I'm trying to understand if the v3, which my application currently > uses, handles Keep-Alive properly - because our client says it does > not. > Even if it is a paying client, your client still is wrong. > On several requests

Re: Does HttpClient v3 handle Keep-Alive properly ? (code analysis and description inside)

2010-06-15 Thread miguel
On Tue, 15 Jun 2010 18:37:48 +0200, Laurent Perez wrote: > Hello > > I'm trying to understand if the v3, which my application currently > uses, handles Keep-Alive properly - because our client says it does > not. > > On several requests, using lsof, I can see that httpclient connections > in sta