RE: connection reset issue

2010-01-11 Thread Natarajan_Valli
lient User Discussion' Subject: RE: connection reset issue I quickly updated our code to use HC 4.0.1 which throws following exception -Original Message- From: Natarajan, Valli Sent: Monday, January 11, 2010 9:47 AM To: HttpClient User Discussion Subject: RE: connection reset issue

RE: connection reset issue

2010-01-11 Thread Natarajan_Valli
I quickly updated our code to use HC 4.0.1 which throws following exception -Original Message- From: Natarajan, Valli Sent: Monday, January 11, 2010 9:47 AM To: HttpClient User Discussion Subject: RE: connection reset issue Yes. The server receives request and sends response back to

RE: connection reset issue

2010-01-11 Thread Natarajan_Valli
Yes. The server receives request and sends response back to client. Both threads on client side run file for a while before hitting this problem. This seems to be kind of timing issue. For example, if I enable HC wire log, runs fine no connection reset issue. Thanks Valli -Original Message

RE: connection reset issue

2010-01-11 Thread Brooks, Kenneth S
reset issue There are 2 threads send requests to a server simultaneously. After a while one of the threads (same thread every time) closes the connection and throws following exception and other thread seems to run fine and server is alive too. I'm using version 3.0.1. I could not send contex

connection reset issue

2010-01-10 Thread Natarajan_Valli
There are 2 threads send requests to a server simultaneously. After a while one of the threads (same thread every time) closes the connection and throws following exception and other thread seems to run fine and server is alive too. I'm using version 3.0.1. I could not send context log.