19 Sep
2007
19 Sep
'07
13:14
https://bugzilla.novell.com/show_bug.cgi?id=326208#c1 --- Comment #1 from Michal Marek <mmarek@novell.com> 2007-09-19 07:14:32 MST --- struct curl_slist *_headers = NULL; .. _headers = curl_slist_append(_headers, "Pragma:"); curl_easy_setopt(_curl, CURLOPT_HTTPHEADER, _headers); .. curl_easy_cleanup(_curl); curl_slist_free_all(_headers); should do the trick (not tested). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.