Re: Bytes written over the 'wire' are dropped on the floor?

2004-07-09 Thread Oleg Kalnichevski
David, What is the exact version of JRE you are using? Early releases of Sun's Java 1.4.0.x and 1.4.1.x were SO buggy that it is not even worth the trouble looking onto the problem unless you can confirm the problem is reproducible with Java 1.4.2.2 or above Oleg On Fri, 2004-07-09 at 19:37, Dav

Re: Bytes written over the 'wire' are dropped on the floor?

2004-07-09 Thread Eric Johnson
Make sure you are using the MultiThreadedConnectionManager, and that you call releaseConnection after each request. It strikes me that you could be getting into a situation where the server thinks it is doing HTTP pipelining, which HttpClient doesn't actually support, particularly if you are n

Bytes written over the 'wire' are dropped on the floor?

2004-07-09 Thread David Tonhofer, m-plify S.A.
Hello, I have spent the past few hours tracking down a problem that seems to occur if you push bytes too quickly over a socket. As it happened with HTTPClient, I though I might ask here. Maybe somebody has already heard about it and can tell me whether there is a simple trick I don't know about. Fi