提交的内容
This commit is contained in:
1
vendor/tencentcloud/common/src/TencentCloud/Common/Http/HttpConnection.php
vendored
Executable file → Normal file
1
vendor/tencentcloud/common/src/TencentCloud/Common/Http/HttpConnection.php
vendored
Executable file → Normal file
@ -39,6 +39,7 @@ class HttpConnection
|
||||
$options = ["allow_redirects" => false];
|
||||
$options["timeout"] = $this->profile->getHttpProfile()->getReqTimeout();
|
||||
$options["proxy"] = $this->profile->getHttpProfile()->getProxy();
|
||||
$options["stream"] = true;
|
||||
return $options;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user