[email protected] wrote:
Oleg,

Thanks for the response.

I agree that it doesn't necessarily appear to be HttpClient code
itself.. because you are just calling to the jdk inputstream.read.

I did some research and saw that we are sending back Transfer-Encoding:
chunked and am able to spot (in a network capture) on all the good calls
the following:
30 0D 0A 0D 0A  (which is 0 and the CRLF). We haven't reproduced the
error yet while doing a network capture so I'll respond with an update
as soon as we do.

In the mean time, am I correct in removing the ois.close() from my code
and letting httpclient close it with the AutoCloseInputStream when I
call releaseConnection?


I do not think this should make any difference but you certainly can give it a try.

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to