Re: HTTP client hang

2004-03-04 Thread Tony Thompson
, 2004, at 10:50 AM, Tony Thompson wrote: Mike, I was able to get a wire log but, it doesn't look very helpful. I am attaching it anyway. Tony [EMAIL PROTECTED] 03/03/04 08:22PM Hi Tony, Can you give an example of the code you are using, and where exactly things are hanging? Also

HTTP client hang

2004-03-03 Thread Tony Thompson
I am having an issue with the HTTP client hanging when it is trying to receive a large amount of data from a web server. After doing a packet trace, I noticed that as the HTTP client is receiving a large amount of data, the TCP window size goes to zero and communication just stops. Is there

Re: HTTP client hang

2004-03-03 Thread Tony Thompson
PROTECTED] 03/03/04 08:22PM Hi Tony, Can you give an example of the code you are using, and where exactly things are hanging? Also, a wire log may also be helpful http://jakarta.apache.org/commons/httpclient/logging.html. Mike On Mar 3, 2004, at 2:32 PM, Tony Thompson wrote: I am having

POST sent in two packets

2004-03-02 Thread Tony Thompson
I am using the 2.0 HTTP client released on Feb 17th. I am having an issue with the client splitting my POST into two packets on the wire. Typically, I don't think that would cause an issue - To unsubscribe, e-mail: [EMAIL

Re: POST sent in two packets

2004-03-02 Thread Tony Thompson
Please disregard. I think my cold medication made me press Send instead of Cancel [EMAIL PROTECTED] 03/02/04 02:38PM I am using the 2.0 HTTP client released on Feb 17th. I am having an issue with the client splitting my POST into two packets on the wire. Typically, I don't think that