# HG changeset patch # User Sergey Kandaurov # Date 1568884690 -10800 # Node ID b5620655b506c04292d7bbab27df59303651af1c # Parent 48306d8a28112461da6ac4c25bf1ffa6c5a6b835 Tests: HTTP/2 discarded body TODO adjusted, fix committed. See 8df664ebe037 and 2e61e4b6bcd9 in nginx for details. diff --git a/h2_request_body.t b/h2_request_body.t --- a/h2_request_body.t +++ b/h2_request_body.t @@ -167,7 +167,7 @@ is($frame->{headers}->{'x-length'}, unde # RST_STREAM with zero code received TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.17.4'); $s = Test::Nginx::HTTP2->new(); $sid = $s->new_stream({ body_more => 1 });