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.
2 parents cd9338e + aa95841 commit 21c2d79Copy full SHA for 21c2d79
lib/Tinify/Client.php
@@ -32,7 +32,6 @@ function __construct($key, $app_identifier = NULL, $proxy = NULL) {
32
}
33
34
$this->options = array(
35
- CURLOPT_BINARYTRANSFER => true,
36
CURLOPT_RETURNTRANSFER => true,
37
CURLOPT_HEADER => true,
38
CURLOPT_USERPWD => "api:" . $key,
0 commit comments