changeset 705:fc2b0a6044f2

Tests: removed HTTP/2 TODO for the bug fixed in 081a073e5164.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Sep 2015 17:11:59 +0300
parents 626bc3a0fdaa
children 875f9c2528fc
files h2.t
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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();