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