Skip to content

Commit

Permalink
Compress traffic.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvc committed Dec 3, 2017
1 parent b4e1d9a commit d192aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw-probe.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5792,6 +5792,7 @@ ($)
{
my $Url = $_[0];
my $Cmd = "curl -s -L \"$Url\"";
$Cmd .= " --ipv4 --compressed";
$Cmd .= " --connect-timeout 5";
$Cmd .= " --retry 1";
$Cmd .= " -A \"Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.123\"";
Expand Down

0 comments on commit d192aee

Please sign in to comment.