changeset 1465:93633a10e33d

Tests: run HTTP/2 unsafe socket tests on a fresh connection.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 19 Apr 2019 18:28:27 +0300
parents 4bc1490cedbc
children 95951c72e721
files h2.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -852,6 +852,7 @@ unlike($lengths, qr/16384 0 16384/, 'SET
 SKIP: {
 skip 'unsafe socket tests', 4 unless $ENV{TEST_NGINX_UNSAFE};
 
+$s = Test::Nginx::HTTP2->new();
 $sid = $s->new_stream({ path => '/tbig.html' });
 
 $s->h2_window(2**30, $sid);