stanley-king hace 4 años
padre
commit
7077f30770
Se han modificado 1 ficheros con 0 adiciones y 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);