We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5e16d2 + 7ef9614 commit 6bca741Copy full SHA for 6bca741
1 file changed
src/Drewm/MailChimp.php
@@ -76,6 +76,7 @@ private function makeRequest($method, $args = array(), $timeout = 10)
76
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, $this->verify_ssl);
77
curl_setopt($ch, CURLOPT_POSTFIELDS, $json_data);
78
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
79
+ curl_setopt($ch, CURLOPT_ENCODING, '');
80
$result = curl_exec($ch);
81
curl_close($ch);
82
} else {
0 commit comments