Jordi Boggiano пре 1 недеља
родитељ
комит
5991e41f28
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Monolog/Handler/CubeHandler.php

+ 1 - 1
src/Monolog/Handler/CubeHandler.php

@@ -162,6 +162,6 @@ class CubeHandler extends AbstractProcessingHandler
             'Content-Length: ' . \strlen('['.$data.']'),
         ]);
 
-        Curl\Util::execute($this->httpConnection, 5, false);
+        Curl\Util::execute($this->httpConnection, 5);
     }
 }