# HG changeset patch # User Sergey Kandaurov # Date 1519234327 -10800 # Node ID 5ac4aae1a740d165d01b44e8f61c12ee8de967f0 # Parent 1e00ba2882cb1a621c0fbde60fdd67d88b6fcc32 Tests: removed TODO for HTTP/2 duplicate settings. It's not broken in 1.12 but actually a regression of 645ed7112a01 (1.13.2). diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -772,9 +772,6 @@ is($sum, 2**16 + 80, 'iws - increased'); $sum = eval join '+', map { $_->{length} } @data; is($sum, 2**16 - 1, 'iws duplicate - default stream window'); -TODO: { -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); { @@ -796,8 +793,6 @@ is($sum, 1, 'iws duplicate - updated str $sum = eval join '+', map { $_->{length} } @data; is($sum, 80, 'iws duplicate - updated stream window 2'); -} - # probe for negative available space in a flow control window # 6.9.2. Initial Flow-Control Window Size