diff --git a/tests/scripts/webclient.pl b/tests/scripts/webclient.pl index 24756c9..19381b9 100755 --- a/tests/scripts/webclient.pl +++ b/tests/scripts/webclient.pl @@ -30,7 +30,7 @@ my $VERSION = "0.1"; my $NAME = "Tinyproxy-Web-Client"; my $user_agent = "$NAME/$VERSION"; my $user_agent_header = "User-Agent: $user_agent$EOL"; -my $http_version = 1.0; +my $http_version = "1.0"; my $method = "GET"; my $dry_run = 0; my $help = 0;