# HG changeset patch # User Sergey Kandaurov # Date 1442931119 -10800 # Node ID fc2b0a6044f2a1ac142b2ae1802816423dc1bc69 # Parent 626bc3a0fdaa1bb1dd6fa214b7918c1c7f226a7c Tests: removed HTTP/2 TODO for the bug fixed in 081a073e5164. diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -667,9 +667,6 @@ is($frame->{headers}->{'x-referer'}, 'fo # CONTINUATION - in the middle of request header field -TODO: { -local $TODO = 'not yet'; - $sess = new_session(); $sid = new_stream($sess, { continuation => [ 2, 4, 1, 5 ], headers => [ { name => ':method', value => 'HEAD', mode => 1 }, @@ -681,8 +678,6 @@ local $TODO = 'not yet'; ($frame) = grep { $_->{type} eq "HEADERS" } @$frames; is($frame->{headers}->{':status'}, 200, 'CONTINUATION - in header field'); -} - # frame padding $sess = new_session();