comparison h2.t @ 1275:d800b5ca9783

Tests: h2.t TODO adjusted, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 30 Jan 2018 19:14:49 +0300
parents 01010d9021b8
children 5ac4aae1a740
comparison
equal deleted inserted replaced
1274:0f0ad7acb314 1275:d800b5ca9783
771 @data = grep { $_->{type} eq "DATA" } @$frames; 771 @data = grep { $_->{type} eq "DATA" } @$frames;
772 $sum = eval join '+', map { $_->{length} } @data; 772 $sum = eval join '+', map { $_->{length} } @data;
773 is($sum, 2**16 - 1, 'iws duplicate - default stream window'); 773 is($sum, 2**16 - 1, 'iws duplicate - default stream window');
774 774
775 TODO: { 775 TODO: {
776 local $TODO = 'not yet'; 776 local $TODO = 'not yet' unless $t->has_version('1.13.9');
777 777
778 # this should effect in extra stream window octect 778 # this should effect in extra stream window octect
779 # $s->h2_settings(0, 0x4 => 42, 0x4 => 2**16); 779 # $s->h2_settings(0, 0x4 => 42, 0x4 => 2**16);
780 { 780 {
781 local $SIG{PIPE} = 'IGNORE'; 781 local $SIG{PIPE} = 'IGNORE';