# HG changeset patch # User Sergey Kandaurov # Date 1453973034 -10800 # Node ID 04eb968b098767cdfc0d51aea7be7ad0f3f01385 # Parent c384a2e53c1bbcbb3937797fb024da936c9b486d Tests: corrected HTTP/2 test timeout for discard body with EOF. Made sure EOF is going after client body timeout. diff --git a/h2.t b/h2.t --- 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; }