Explorar o código

Backport from xs.

default %!s(int64=3) %!d(string=hai) anos
pai
achega
1b22dbb5df
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      xs_curl.h
  2. 1 1
      xs_version.h

+ 1 - 1
xs_curl.h

@@ -127,7 +127,7 @@ xs_dict *xs_http_request(const char *method, const char *url,
     curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION,  _data_callback);
 
     if (strcmp(method, "POST") == 0 || strcmp(method, "PUT") == 0) {
-        curl_easy_setopt(curl, method[1] == 'O' ? CURLOPT_POST : CURLOPT_PUT, 1L);
+        curl_easy_setopt(curl, method[1] == 'O' ? CURLOPT_POST : CURLOPT_UPLOAD, 1L);
 
         if (body != NULL) {
             if (b_size <= 0)

+ 1 - 1
xs_version.h

@@ -1 +1 @@
-/* a261bec376598d97dc10eb19f4ecb765333d071b */
+/* a4c157da387d94c849d85371ab7773b5f1446dc1 */