# HG changeset patch # User Sergey Kandaurov # Date 1599123191 -10800 # Node ID f145dce55f322e0b8a180f4b200eda28b1011884 # Parent 3afb634f287db339ab2df12cf665ea2edeba48ac Tests: h2.t TODO adjusted, GOAWAY fix committed. diff --git a/h2.t b/h2.t --- 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');