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 0219dfd commit 5991e41Copy full SHA for 5991e41
1 file changed
src/Monolog/Handler/CubeHandler.php
@@ -162,6 +162,6 @@ private function writeHttp(string $data): void
162
'Content-Length: ' . \strlen('['.$data.']'),
163
]);
164
165
- Curl\Util::execute($this->httpConnection, 5, false);
+ Curl\Util::execute($this->httpConnection, 5);
166
}
167
0 commit comments