Explorar el Código

remove: CURLOPT_ENCODING default

Hugh Harlequin hace 2 años
padre
commit
3e7bb8523b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Builder.php

+ 0 - 1
src/Builder.php

@@ -22,7 +22,6 @@ class Builder {
         'SSL_VERIFYPEER'        => false,
         'NOBODY'                => false,
         'HEADER'                => false,
-        'ENCODING'              => '',
     );
 
     /** @var array $packageOptions      Array with options that are not specific to cURL but are used by the package */