Re: Patch for http-fetch.c and older curl releases

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Mon, 18 Sep 2006, Art Haas wrote:

> +#if LIBCURL_VERSION_NUM < 0x070f05
> +#define CURLE_HTTP_RETURNED_ERROR CURLE_HTTP_NOT_FOUND
> +#endif

If you go to 

http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h?annotate=1.308

and search for HTTP_RETURNED_ERROR, it shows that revision "badger_1.180" 
introduced it, which you can verify by clicking on the link to the diff. 
This diff also says that the LIBCURL_VERSION_NUM (which is changed just 
after a release in the curl project) is 0x70a03. Thus, you should check 
for 0x70a03 instead of 0x70f05.

Ciao,
Dscho

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]