We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aab01 commit b4d1a11Copy full SHA for b4d1a11
proxy_protocol2_tlv.t
@@ -23,7 +23,7 @@ use Test::Nginx;
23
select STDERR; $| = 1;
24
select STDOUT; $| = 1;
25
26
-my $t = Test::Nginx->new()->has(qw/http map rewrite/)
+my $t = Test::Nginx->new()->has(qw/http map/)
27
->write_file_expand('nginx.conf', <<'EOF');
28
29
%%TEST_GLOBALS%%
@@ -73,12 +73,14 @@ http {
73
listen 127.0.0.1:8080 proxy_protocol;
74
server_name localhost;
75
76
- location / { return 200; }
+ location / { }
77
}
78
79
80
EOF
81
82
+$t->write_file('t1', 'SEE-THIS');
83
+
84
plan(skip_all => 'not yet') unless $t->has_version('1.23.2');
85
$t->plan(15);
86
0 commit comments