cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: not wait for reply

From: Alex <WindEagle_at_devilsplayground.net>
Date: Mon, 23 Aug 2004 02:57:34 -0400

----- Original Message -----
From: "Daniel Stenberg" <daniel-curl_at_haxx.se>
To: "libcurl development" <curl-library_at_cool.haxx.se>
Sent: Sunday, August 22, 2004 4:59 AM
Subject: Re: not wait for reply

> On Sat, 21 Aug 2004, Victor Zhang wrote:
>
> > Thanks for your response. The trouble is that I don't want to receive
data
> > unnecessarily, including the response code sent back by the server. I
only
> > need to know that send operations to server went well.
>
> ... and you can only know that when you've gotten a response back that
says
> so. You can stop reading the response immediately after you've got the
> response code.
>
> --
> Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
> Dedicated custom curl help for hire: http://haxx.se/curl.html
>

just to let u know that multi interface doesn't have to be used, u can use a
headers call back to check the response code, ofcourse u can do that using
multi interface but i'm just saying that it is possible either way
Received on 2004-08-23