cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: not wait for reply

From: Victor Zhang <victorzhang_urstruly_at_yahoo.com>
Date: Sat, 21 Aug 2004 13:42:34 -0700 (PDT)

Hi Daniel,

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.

Victor
----- Original Message -----
From: "Daniel Stenberg" <daniel-curl_at_haxx.se>
To: "libcurl development" <curl-library_at_cool.haxx.se>
Sent: Saturday, August 21, 2004 11:51 AM
Subject: Re: not wait for reply

> On Sat, 21 Aug 2004, Victor Zhang wrote:
>
> > However, for a POST request which may upload
multiple files, is this
> > assumption true? Could libcurl be only interested
in receiving data
after
> > the first send ? and I would like to stop
redriving only after making
sure
> > all data are delivered.
>
> The response code sent back by the server should
tell you how it (the
request)
> went. I guess this means that the server must have
completed its
processing of
> the POST data before it responds.
>
> I am not completely sure of this, you need to read
up on the details of
> RFC2616 and check how the servers work to know this
for sure.
>
> --
> Daniel Stenberg -- http://curl.haxx.se --
http://daniel.haxx.se
> Dedicated custom curl help for hire:
http://haxx.se/curl.html
>
Received on 2004-08-21