OK, I've got wire logging turned on and am getting back a large XML document from my remote host. While trying to read the document I get the following lines in my log:

2005/10/05 20:46:14:046 EDT [DEBUG] HttpMethodBase - Resorting to protocol version default close connection policy 2005/10/05 20:46:14:046 EDT [DEBUG] HttpMethodBase - Should NOT close connection, using HTTP/1.1 2005/10/05 20:46:14:046 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.

Then, it closes the InputStream abruptly and I get an IOException on my first read.

1) What does "Resorting to protocol version default close connection policy" mean and how can I specify the one I want to use so it doesn't change it.

2) if "Should NOT close connection, using HTTP/1.1" then why did it?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to