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 3113b49 commit 16688c4Copy full SHA for 16688c4
src/Connection.php
@@ -50,7 +50,7 @@ public function setOptions($config)
50
if (isset($config['options']['ssl_verification'])) {
51
$this->sslVerification = $config['options']['ssl_verification'];
52
}
53
- if (isset($config['options']['retires'])) {
+ if (!empty($config['options']['retires'])) {
54
$this->retires = $config['options']['retires'];
55
56
if (isset($config['options']['meta_header'])) {
0 commit comments