stanley-king %!s(int64=4) %!d(string=hai) anos
pai
achega
7077f30770
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      core/framework/function/http.php

+ 0 - 1
core/framework/function/http.php

@@ -91,7 +91,6 @@ function http_post_data($url, $body, $headers = array())
     curl_setopt($ci, CURLINFO_HEADER_OUT, TRUE);
     curl_setopt($ci, CURLOPT_URL, $url);
     curl_setopt($ci, CURLOPT_POST, TRUE);
-    curl_setopt($ci, CURLOPT_HTTP09_ALLOWED, TRUE);
 
     if (!empty($headers)) {
         curl_setopt($ci, CURLOPT_HTTPHEADER, $headers);