diff h2.t @ 1290:5ac4aae1a740

Tests: removed TODO for HTTP/2 duplicate settings. It's not broken in 1.12 but actually a regression of 645ed7112a01 (1.13.2).
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 21 Feb 2018 20:32:07 +0300
parents d800b5ca9783
children 97c8280de681
line wrap: on
line diff
--- 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