# HG changeset patch # User Sergey Kandaurov # Date 1460636065 -10800 # Node ID 323ebf087121069b853300512439e3a37125842c # Parent 48d27706530984eb0bdd075fcbbd3b30e02942ff Tests: TODO RST_STREAM test for discarded body unconditionally. See 8df664ebe037 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 @@ -151,7 +151,7 @@ is(read_body_file($frame->{headers}{'x-b # RST_STREAM with zero code received TODO: { -local $TODO = 'not yet' unless $t->has_version('1.9.14'); +local $TODO = 'not yet'; $sess = new_session(); $sid = new_stream($sess, { body_more => 1 });