diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/scripts/webclient.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |