Skip to content

Commit 760d3e7

Browse files
committed
Tests: h3_request_body.t TODO adjusted, fix committed.
1 parent 2bf44a1 commit 760d3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h3_request_body.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ $frames = $s->read(all => [{ sid => $sid, fin => 1 }]);
191191
is($frame->{headers}->{':status'}, 400, 'request body less than content-length');
192192

193193
TODO: {
194-
local $TODO = 'not yet';
194+
local $TODO = 'not yet' unless $t->has_version('1.27.0');
195195

196196
$sid = $s->new_stream({ body => 'TEST', headers => [
197197
{ name => ':method', value => 'GET' },

0 commit comments

Comments
 (0)