comparison h2_proxy_request_buffering.t @ 907:44f37197181f

Tests: adjusted HTTP/2 TODOs.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 19 Apr 2016 18:07:13 +0300
parents cb8438c28482
children d3ff66fc7f5c
comparison
equal deleted inserted replaced
906:0654d7315b52 907:44f37197181f
108 $f = get_body('/', 'content-length' => 0); 108 $f = get_body('/', 'content-length' => 0);
109 ok($f->{headers}, 'empty'); 109 ok($f->{headers}, 'empty');
110 is($f->{upload}('', body_more => 1), '', 'empty - part'); 110 is($f->{upload}('', body_more => 1), '', 'empty - part');
111 111
112 TODO: { 112 TODO: {
113 local $TODO = 'not yet'; 113 local $TODO = 'not yet' unless $t->has_version('1.9.15');
114 114
115 is($f->{window}, undef, 'empty - part - window'); 115 is($f->{window}, undef, 'empty - part - window');
116 116
117 } 117 }
118 118