# HG changeset patch # User Sergey Kandaurov # Date 1454421720 -10800 # Node ID ecffe6c23a141ef4b50ebd51c6da976484ee2749 # Parent b87c6acf0e4b193172ef53967db3ed15d9f2752f Tests: updated HTTP/2 padding TODO, fixed in 0e0e2e522fa2 (1.9.11). diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -1104,7 +1104,7 @@ is($frame->{headers}->{':status'}, 200, # padding followed by CONTINUATION TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.9.11'); $sess = new_session(); $sid = new_stream($sess, { padding => 42, continuation => [ 2, 4, 1, 5 ],