comparison stream_proxy_half_close.t @ 1937:2a0a6035a1af

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 18:12:08 +0400
parents 8bdf548487f6
children
comparison
equal deleted inserted replaced
1936:716d7500317d 1937:2a0a6035a1af
46 } 46 }
47 } 47 }
48 48
49 EOF 49 EOF
50 50
51 $t->try_run('no proxy_half_close')->plan(2); 51 $t->run()->plan(2);
52 52
53 ############################################################################### 53 ###############################################################################
54 54
55 my ($s, $u) = pair(8080, 8081); 55 my ($s, $u) = pair(8080, 8081);
56 shutdown($u, 1); 56 shutdown($u, 1);