changeset 832:04eb968b0987

Tests: corrected HTTP/2 test timeout for discard body with EOF. Made sure EOF is going after client body timeout.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 Jan 2016 12:23:54 +0300
parents c384a2e53c1b
children 62315953d703
files h2.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -1501,6 +1501,7 @@ todo_skip 'use-after-free', 1 unless $EN
 ($frame) = grep { $_->{type} eq "HEADERS" } @$frames;
 is($frame->{headers}->{':status'}, '200', 'discard body - limit req - eof');
 
+select undef, undef, undef, 1.1;
 undef $sess;
 
 }