drewm / mailchimp-api

Super-simple, minimum abstraction MailChimp API v3 wrapper, in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is HTTP 1.0 forced?

cyphix333 opened this issue · comments

commented

Just looking at the cURL code and seen this:

curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);

Shouldn't we either be leaving this as the default or forcing 1.1? Is there a reason 1.0 is forced?

Fair point, I'm not sure why. I'll remove it and we can see if anything breaks.