comparison http_keepalive_shutdown.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 0c50a00e6733
children
comparison
equal deleted inserted replaced
1936:716d7500317d 1937:2a0a6035a1af
53 $t->write_file('test.html', 'XtestX'); 53 $t->write_file('test.html', 'XtestX');
54 $t->run(); 54 $t->run();
55 55
56 ############################################################################### 56 ###############################################################################
57 57
58 local $TODO = 'not yet' unless $t->has_version('1.21.6');
59
60 # signaling on graceful shutdown to client that keepalive connection is closing 58 # signaling on graceful shutdown to client that keepalive connection is closing
61 59
62 my $s = http(<<EOF, start => 1); 60 my $s = http(<<EOF, start => 1);
63 HEAD /test.html HTTP/1.1 61 HEAD /test.html HTTP/1.1
64 Host: localhost 62 Host: localhost