comparison upstream_keepalive.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents e57bb4224131
children
comparison
equal deleted inserted replaced
1692:f6795e2e6a4b 1693:5ac6efbe5552
75 } 75 }
76 76
77 EOF 77 EOF
78 78
79 $t->write_file('index.html', 'SEE-THIS'); 79 $t->write_file('index.html', 'SEE-THIS');
80 $t->try_run('no keepalive_time')->plan(11); 80 $t->run()->plan(11);
81 81
82 ############################################################################### 82 ###############################################################################
83 83
84 my ($r, $n, $m); 84 my ($r, $n, $m);
85 85