# HG changeset patch # User Sergey Kandaurov # Date 1517328889 -10800 # Node ID d800b5ca9783afdacf6f07f72cd1a98f5797c512 # Parent 0f0ad7acb3143d62badc56d194aa5ef3d6d799f8 Tests: h2.t TODO adjusted, fix committed. diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -773,7 +773,7 @@ is($sum, 2**16 + 80, 'iws - increased'); is($sum, 2**16 - 1, 'iws duplicate - default stream window'); TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.13.9'); # this should effect in extra stream window octect # $s->h2_settings(0, 0x4 => 42, 0x4 => 2**16);