Re: Why client connection's port changed always when server support Keep-alive?

2008-12-24 Thread alin()
:240 - << Connection: Keep-Alive 10:27:29,963 DEBUG DefaultRequestDirector:463 - Connection can be kept alive for 15000 ms 10:27:29,963 DEBUG wire:78 - << "{"rsp":{"users":[{"buyer_credit":{"good_num":1,"level":0,"

Re: Why client connection's port changed always when server support Keep-alive?

2008-12-23 Thread alin()
httpClient = new DefaultHttpClient(cm, httpParams); } On Tue, Dec 23, 2008 at 10:51 PM, Oleg Kalnichevski wrote: > On Mon, 2008-12-22 at 17:46 +0800, alin(王霖) wrote: > > HI: > > I use httpclient3 and httpclient4 for a multi-thread load test, and > > always set http request hea

Why client connection's port changed always when server support Keep-alive?

2008-12-22 Thread alin()
HI: I use httpclient3 and httpclient4 for a multi-thread load test, and always set http request header with "Connection:Keep-Alive". When i input command "netstat -na | grep myserverhost:myserverport" in console(My system is windows xp + cygwin) , output like following: C:\Documents and Setting