changeset 1589:f145dce55f32

Tests: h2.t TODO adjusted, GOAWAY fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 03 Sep 2020 11:53:11 +0300
parents 3afb634f287d
children e682d5ad3861
files h2.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -301,7 +301,7 @@ is($frame->{code}, 6, 'GOAWAY invalid le
 #   than 0x0 as a connection error (Section 5.4.1) of type PROTOCOL_ERROR.
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.19.3');
 
 $s = Test::Nginx::HTTP2->new();
 $s->h2_goaway(1, 0, 5, 'foobar');