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