cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Question

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 24 Jun 2005 00:55:05 +0200 (CEST)

On Thu, 23 Jun 2005, Bael wrote:

> K well i added --trace-ascii to the endo of my callback script, and told it
> to output to curl.log, and this is the relsult of what happen when i post my
> data, they way i interpret this is, the file is posting the data fine, and
> then for some reason it is trying to recieve the headers aswell, so is there
> a curl cmd to stop it trying to recieve headers after posting??

No, there's no such option.

> <= Recv data, 3784 bytes (0xec8)
> 0000: ec1
> 0005: .PNG

Did it really stop like this? If so, it stopped in the middle of an output
loop since it has already received the data (3784 bytes) and was just about to
output it to the file.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-06-24