| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
interaction of CURLOPT_NOBODY and CURLOPT_HTTPGET
From: Eric Cooper <ecc_at_cmu.edu>
Date: Wed, 20 Jul 2005 17:51:24 -0400
The man page says that setting CURLOPT_NOBODY to 0 has no effect, but
Here's a program that reproduces the problem.
--------
#include <stdlib.h>
char *url;
int
handle = curl_easy_init();
curl_easy_setopt(handle, CURLOPT_URL, url);
curl_easy_setopt(handle, CURLOPT_URL, url);
return 0;
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info