comparison stream_realip.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents fcd65708672d
children f3ba4c74de31
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
80 } 80 }
81 81
82 EOF 82 EOF
83 83
84 $t->run_daemon(\&stream_daemon); 84 $t->run_daemon(\&stream_daemon);
85 $t->try_run('no stream proxy_protocol or inet6 support')->plan(8); 85 $t->try_run('no inet6 support')->plan(8);
86 $t->waitforsocket('127.0.0.1:' . port(8081)); 86 $t->waitforsocket('127.0.0.1:' . port(8081));
87 87
88 ############################################################################### 88 ###############################################################################
89 89
90 is(pp_get(8083, "PROXY TCP4 192.0.2.1 192.0.2.2 1234 5678${CRLF}"), 90 is(pp_get(8083, "PROXY TCP4 192.0.2.1 192.0.2.2 1234 5678${CRLF}"),