stanley-king 4 jaren geleden
bovenliggende
commit
7077f30770
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  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);