Skip to content

Commit

Permalink
Fix CS again
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 18, 2023
1 parent f8a00e1 commit 39b589d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Httpful/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,6 @@ public function send(): Response
||
$this->curl->errorCode === \CURLE_BAD_CONTENT_ENCODING
) {

// Docs say 'identity,' but 'none' seems to work (sometimes?).
$this->curl->setOpt(\CURLOPT_ENCODING, 'none');

Expand Down

0 comments on commit 39b589d

Please sign in to comment.