changeset 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 1e00ba2882cb
children 3bc5df417f62
files h2.t
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
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