# HG changeset patch # User Sergey Kandaurov # Date 1442581647 -10800 # Node ID e28787665f99360cb1269b873934fbc6418ad18e # Parent 5768830f01c416c2c279e1d588283f469be3feee Tests: reduced two extra HTTP/2 tests. diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -32,7 +32,7 @@ plan(skip_all => 'IO::Socket::SSL too ol my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache/) ->has(qw/limit_conn rewrite realip shmem/) - ->has_daemon('openssl')->plan(196); + ->has_daemon('openssl')->plan(194); $t->write_file_expand('nginx.conf', <<'EOF'); @@ -547,10 +547,6 @@ ok($frame, 'invalid index - GOAWAY'); is($frame->{last_sid}, $sid, 'invalid index - GOAWAY last stream'); is($frame->{code}, 9, 'invalid index - GOAWAY COMPRESSION_ERROR'); -h2_ping($sess, 'SEE-THIS'); -is(@{h2_read($sess, all => [{ type => 'PING' }])}, 0, 'invalid index - PING'); -is($sess->{socket}->connected, undef, 'invalid index - connection close'); - # HEAD $sess = new_session();