comparison ssl.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 0d1cec688111
children 00c08f068f79
comparison
equal deleted inserted replaced
1692:f6795e2e6a4b 1693:5ac6efbe5552
316 my $r = http($req, socket => $s) || ""; 316 my $r = http($req, socket => $s) || "";
317 is(() = $r =~ /(200 OK)/g, 1000, 'pipelined requests'); 317 is(() = $r =~ /(200 OK)/g, 1000, 'pipelined requests');
318 318
319 # close_notify is sent before lingering close 319 # close_notify is sent before lingering close
320 320
321 TODO: {
322 local $TODO = 'not yet' unless $t->has_version('1.19.5');
323
324 is(get_ssl_shutdown(8085), 1, 'ssl shutdown on lingering close'); 321 is(get_ssl_shutdown(8085), 1, 'ssl shutdown on lingering close');
325
326 }
327 322
328 $t->stop(); 323 $t->stop();
329 324
330 TODO: { 325 TODO: {
331 local $TODO = 'not yet' if $t->has_version('1.19.5'); 326 local $TODO = 'not yet' if $t->has_version('1.19.5');