Index: branches/5.2.x/core/units/helpers/curl_helper.php =================================================================== diff -u -N -r16052 -r16120 --- branches/5.2.x/core/units/helpers/curl_helper.php (.../curl_helper.php) (revision 16052) +++ branches/5.2.x/core/units/helpers/curl_helper.php (.../curl_helper.php) (revision 16120) @@ -1,6 +1,6 @@ false, CURLOPT_SSL_VERIFYHOST => false, + + // Prevents CURL from adding "Expect: 100-continue" header for POST requests. CURLOPT_HTTPHEADER => Array ('Expect:'), );