diff grpc.t @ 1748:b27bcded6449

Tests: removed TODOs for fixes merged in 1.20.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Nov 2021 16:14:46 +0300
parents 3604ef83c1aa
children 236d038dc04a
line wrap: on
line diff
--- a/grpc.t
+++ b/grpc.t
@@ -279,17 +279,12 @@ undef $f;
 ($frame) = grep { $_->{type} eq "HEADERS" } @$frames;
 ok($c = $frame->{headers}{'x-connection'}, 'keepalive 5 - GOAWAY next stream');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.21.1');
-
 $f->{http_start}('/KeepAlive');
 $f->{data}('Hello');
 $frames = $f->{http_end}();
 ($frame) = grep { $_->{type} eq "HEADERS" } @$frames;
 cmp_ok($frame->{headers}{'x-connection'}, '>', $c, 'keepalive 5 - closed');
 
-}
-
 undef $f;
 $f = grpc();