We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db814f0 + 0a9e839 commit e89d812Copy full SHA for e89d812
1 file changed
src/MailChimp.php
@@ -77,7 +77,7 @@ private function makeRequest($http_verb, $method, $args=array(), $timeout=10)
77
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
78
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, $this->verify_ssl);
79
curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
80
-
+ curl_setopt($ch, CURLOPT_ENCODING, '');
81
82
switch($http_verb) {
83
case 'post':
0 commit comments