cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: 100 Continue What Client should do ?

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 20 Sep 2004 14:45:42 +0200 (CEST)

On Mon, 20 Sep 2004, Ram wrote:

> I am sending some data to Server.
>
> Response Code i am getting is 100 after using curl_easy_getinfo ( ).

Is that the *only* response code you get? Then the server is weird.

I assume you're using HTTP? What libcurl version?

You're not supposed to get a 100 as the final code, as libcurl should treat it
and continue with what it should normally do.

For all details on response code 100, read RFC2616.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-09-20