|
|
@ -536,6 +536,7 @@ struct active_request_slot *get_active_slot(void) |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_CUSTOMREQUEST, NULL); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_CUSTOMREQUEST, NULL); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_READFUNCTION, NULL); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_READFUNCTION, NULL); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_WRITEFUNCTION, NULL); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_WRITEFUNCTION, NULL); |
|
|
|
|
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_POSTFIELDS, NULL); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_UPLOAD, 0); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_UPLOAD, 0); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_HTTPGET, 1); |
|
|
|
curl_easy_setopt(slot->curl, CURLOPT_HTTPGET, 1); |
|
|
|
|
|
|
|
|
|
|
|