cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: exit code explanation

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 28 May 2002 15:38:22 +0200 (MET DST)

On Tue, 28 May 2002, mixo wrote:

> I once got '33 ' as the exit status, and from the man pages the explanation
> I found is:
>
> +++++++++++++++++
> 33 HTTP range error. The range "command" didn't work.
> +++++++++++++++++
>
> What is " HTTP range error"?

A "HTTP range" is when curl requests only parts of a particular remote
document. This is done when using the CURLOPT_RANGE option for explicit
ranges, or using the CURLOPT_RESUME_FROM option for 'resumed' transfers.

Does this clarify anything?

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
Received on 2002-05-28