|
@@ -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);
|