Skip to content

Commit

Permalink
废除默认的gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Dec 23, 2019
1 parent 2d363b1 commit c91d148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function enableFollowLocation(int $maxRedirect = 5):int
protected $header = [
"user-agent" => 'EasySwooleHttpClient/0.1',
'accept' => '*/*',
'accept-encoding' => 'gzip',
'pragma' => 'no-cache',
'cache-control' => 'no-cache'
];
Expand Down

0 comments on commit c91d148

Please sign in to comment.