comparison h2_ssl.t @ 997:3c5d3b384d3f

Tests: adjusted TODOs for HTTP/2 fixes committed in 1.11.3.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jul 2016 21:00:41 +0300
parents 99f93be57416
children 45c80276d691
comparison
equal deleted inserted replaced
996:ec9b99d3e22e 997:3c5d3b384d3f
89 my $s = getconn(port(0)); 89 my $s = getconn(port(0));
90 skip 'OpenSSL ALPN/NPN support required', 1 unless defined $s; 90 skip 'OpenSSL ALPN/NPN support required', 1 unless defined $s;
91 91
92 ok($s, 'ssl connection'); 92 ok($s, 'ssl connection');
93 93
94 $t->todo_alerts(); 94 $t->todo_alerts() unless $t->has_version('1.11.3');
95 95
96 my $sid = $s->new_stream({ path => '/tbig.html' }); 96 my $sid = $s->new_stream({ path => '/tbig.html' });
97 97
98 select undef, undef, undef, 0.2; 98 select undef, undef, undef, 0.2;
99 $s->h2_rst($sid, 8); 99 $s->h2_rst($sid, 8);