comparison stream_ssl_preread.t @ 1118:6c27d5cab1d7

Tests: keep stream_ssl_preread.t TODO for older mainline releases.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 30 Jan 2017 13:32:00 +0300
parents 8ef51dbb5d69
children cd153f1bbaad
comparison
equal deleted inserted replaced
1117:3e2af4dedd9c 1118:6c27d5cab1d7
168 168
169 is(get_short(), '', 'short client hello'); 169 is(get_short(), '', 'short client hello');
170 170
171 # allow record with older SSL version, such as 3.0 171 # allow record with older SSL version, such as 3.0
172 172
173 TODO: {
174 local $TODO = 'not yet' unless $t->has_version('1.11.8');
175
173 is(get_oldver(), 'foo', 'older version in ssl record'); 176 is(get_oldver(), 'foo', 'older version in ssl record');
177
178 }
174 179
175 $t->stop(); 180 $t->stop();
176 181
177 is($t->read_file('status.log'), "400\n", 'preread buffer full - log'); 182 is($t->read_file('status.log'), "400\n", 'preread buffer full - log');
178 183