Hi Richard,

Any chance your are hitting IIS/ServletExec? If so, this could be causing the problem. If you post a wire log <http://jakarta.apache.org/commons/httpclient/logging.html> we will be able to get a better idea of what's happening.

As has already been mentioned, using HTTP 1.0 (instead of 1.1) could solve the problem. This can be done with HttpMethod.setHttp11(false).

Mike

On May 20, 2004, at 4:19 PM, Richard Williams wrote:

I have a rather simple client using the Post method and I am getting the following log message:

Discarding unexpected response: HTTP/1.1 100 Continue

I don't see how this can happen. What can I do to get rid of this message. I don't think the server is actually sending the 100.

Richard



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



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



Reply via email to