# HG changeset patch # User Sergey Kandaurov # Date 1458870565 -10800 # Node ID a1e76cca714c683501cd1b26c5b2f32f8b5b8cf4 # Parent d1b94c1127d60000e4eaa3bd79690275fe837004 Tests: fixed HTTP/2 tests with proxy cache after a6abbfed42c0. diff --git a/h2_cache.t b/h2_cache.t --- a/h2_cache.t +++ b/h2_cache.t @@ -92,6 +92,8 @@ is($frame->{data}, 'SEE-THIS', 'proxy ca ($frame) = grep { $_->{type} eq "HEADERS" } @$frames; is($frame->{headers}->{':status'}, 304, 'proxy cache conditional'); +$t->write_file('t.html', 'SEE-THIS'); + # request body with cached response $sid = new_stream($sess, { path => '/cache/t.html', body_more => 1 });