comparison ssl.t @ 1695:00c08f068f79

Tests: adjusted TODO for SSL logging with lingering close.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 19:00:29 +0300
parents 5ac6efbe5552
children 3581dc3c1937
comparison
equal deleted inserted replaced
1694:3366128e526b 1695:00c08f068f79
321 is(get_ssl_shutdown(8085), 1, 'ssl shutdown on lingering close'); 321 is(get_ssl_shutdown(8085), 1, 'ssl shutdown on lingering close');
322 322
323 $t->stop(); 323 $t->stop();
324 324
325 TODO: { 325 TODO: {
326 local $TODO = 'not yet' if $t->has_version('1.19.5'); 326 local $TODO = 'not yet'
327 if $t->has_version('1.19.5') and !$t->has_version('1.21.1');
327 328
328 like($t->read_file('ssl.log'), qr/^(TLS|SSL)v(\d|\.)+$/m, 329 like($t->read_file('ssl.log'), qr/^(TLS|SSL)v(\d|\.)+$/m,
329 'log ssl variable on lingering close'); 330 'log ssl variable on lingering close');
330 331
331 } 332 }