diff http_expect_100_continue.t @ 925:6bb1f2ccd386

Tests: removed unused variables.
author Andrey Zelenkov <zelenkov@nginx.com>
date Fri, 13 May 2016 14:46:07 +0300
parents 9592b440ab00
children e9064d691790
line wrap: on
line diff
--- a/http_expect_100_continue.t
+++ b/http_expect_100_continue.t
@@ -94,7 +94,7 @@ like(http_100_request('/', '1.1', 'token
 sub http_100_request {
 	my ($url, $version, $value) = @_;
 	$value = '100-continue' unless defined $value;
-	my $r = http(<<EOF);
+	http(<<EOF);
 POST $url HTTP/$version
 Host: localhost
 Expect: $value