cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: HTTP Posts and 100-continue

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 2 Mar 2004 14:58:21 +0100 (CET)

On Tue, 2 Mar 2004 disqspam_at_oynasana.com wrote:

> Some of my users are getting HTTP 100 error.

HTTP 100 is not technically an error, it is just a "move along, there's
nothing to see here" message.

...

> now. on some people, retcode is 100, res is 0. but no data received. it's
> supposed to receive an "OK" or some error code with a little descriptive
> text. so, return value from the http server is between 2 and 32 chars.

Can you figure out all the response headers you receive when this happens? In
my view, it looks like the server only sends back that single 100 response.
That would cause this end result.

Have you tried libcurl 7.11.0 to see if that cures the problem?

-- 
    Daniel Stenberg -- http://curl.haxx.se/ -- http://daniel.haxx.se/
   [[ Do not send mails to this email address. They won't reach me. ]]
Received on 2004-03-02