comparison proxy_limit_rate.t @ 1381:97c8280de681

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 08 Oct 2018 15:30:39 +0300
parents b113eeca94ad
children 06fbbf1706bd
comparison
equal deleted inserted replaced
1380:f50c7d90f5c9 1381:97c8280de681
85 85
86 # in case keepalive connection was saved with the delayed flag, 86 # in case keepalive connection was saved with the delayed flag,
87 # the read timer used to be a delay timer in the next request 87 # the read timer used to be a delay timer in the next request
88 88
89 like(http_get('/keepalive'), qr/200 OK/, 'keepalive'); 89 like(http_get('/keepalive'), qr/200 OK/, 'keepalive');
90
91 TODO: {
92 local $TODO = 'not yet' unless $t->has_version('1.13.8');
93
94 like(http_get('/keepalive'), qr/200 OK/, 'keepalive 2'); 90 like(http_get('/keepalive'), qr/200 OK/, 'keepalive 2');
95 91
96 }
97
98 ############################################################################### 92 ###############################################################################