curl-and-php
Re: Error 28
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 20 May 2008 14:35:18 +0200 (CEST)
Date: Tue, 20 May 2008 14:35:18 +0200 (CEST)
On Tue, 20 May 2008, Waruna Geekiyanage wrote:
> Error 28 : Operation timed out with 0 out of -1 bytes received
> What does it mean by "0 out of -1 bytes received"
> "-1" ?
Error 28 => http://curl.haxx.se/libcurl/c/libcurl-errors.html
CURLE_OPERATION_TIMEDOUT (28)
Operation timeout. The specified time-out period was reached according to the
conditions.
-1 in this case means libcurl didn't know how much data to expect and it got 0
bytes transfered out of that unknown total...
-- / daniel.haxx.se _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2008-05-20