Skip to content

Commit

Permalink
Reverting curl opts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Mar 6, 2015
1 parent 1536d4b commit e59bf30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/S3BucketStreamZip.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ public function send($filename, $params = array())
curl_setopt($ch, CURLOPT_TIMEOUT, 120);
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_VERBOSE, 0);
curl_exec($ch);
curl_close($ch);
$zip->addFileFromStream($fileName, $fp);
Expand Down

0 comments on commit e59bf30

Please sign in to comment.