cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: https put on macosx returns 500 [was curlopt_verbose does not output any msgs]

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 23 Sep 2009 14:09:10 +0200 (CEST)

On Tue, 22 Sep 2009, Gokul Krishna wrote:

> I put some traces in the progress callback along with some timing formation.

> Progress callback - Ts:10 , Total Bytes:475136, Bytes Done:474684
>
> ---- snip--------
> Progress callback - Ts:309 , Total Bytes:475136, Bytes Done:474684

Ok, so it seems the server someone stops receiving at this point.

> The entire data is never sent across. The data sending stops at 474684 and
> does not proceed further. The connection is closed after a huge amount of
> time roughly 300 secs or so.

Right. The problem is of course to figure out why the server stopped
receiving, or put another way: why libcurl couldn't continue to send the file.

-- 
  / daniel.haxx.se
Received on 2009-09-23