We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3513fc commit bd0009fCopy full SHA for bd0009f
src/Qiniu/Http/Client.php
@@ -96,6 +96,7 @@ private static function sendRequest($request)
96
if (!empty($request->body)) {
97
$options[CURLOPT_POSTFIELDS] = $request->body;
98
}
99
+ curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:'));
100
curl_setopt_array($ch, $options);
101
$result = curl_exec($ch);
102
$t2 = microtime(true);
0 commit comments