changeset 1511:b5620655b506

Tests: HTTP/2 discarded body TODO adjusted, fix committed. See 8df664ebe037 and 2e61e4b6bcd9 in nginx for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 19 Sep 2019 12:18:10 +0300
parents 48306d8a2811
children e84a3115bfe8
files h2_request_body.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 });