We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be44a20 + 1e41827 commit 419272dCopy full SHA for 419272d
http.c
@@ -536,6 +536,7 @@ struct active_request_slot *get_active_slot(void)
536
curl_easy_setopt(slot->curl, CURLOPT_CUSTOMREQUEST, NULL);
537
curl_easy_setopt(slot->curl, CURLOPT_READFUNCTION, NULL);
538
curl_easy_setopt(slot->curl, CURLOPT_WRITEFUNCTION, NULL);
539
+ curl_easy_setopt(slot->curl, CURLOPT_POSTFIELDS, NULL);
540
curl_easy_setopt(slot->curl, CURLOPT_UPLOAD, 0);
541
curl_easy_setopt(slot->curl, CURLOPT_HTTPGET, 1);
542
0 commit comments