# HG changeset patch # User Sergey Kandaurov # Date 1445981298 -10800 # Node ID 5fd4f459e0d9cd0362f9bcf6f42ac694316d134b # Parent fc846cf75c345f1732f10bdb7e8abf7fbdb7a2a6 Tests: removed h2.t header split TODO, fixed in b930e598a199. diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -1852,9 +1852,6 @@ cmp_ok($data[-1], '<=', 2**14, 'no body # response header block is always split by SETTINGS_MAX_FRAME_SIZE -TODO: { -local $TODO = 'not yet'; - $sess = new_session(); $sid = new_stream($sess, { path => '/continuation?h=' . 'x' x 2**15 }); @@ -1863,8 +1860,6 @@ local $TODO = 'not yet'; @data = sort { $a <=> $b } map { $_->{length} } @data; cmp_ok($data[-1], '<=', 2**14, 'response header frames limited'); -} - # max_field_size TODO: {