# HG changeset patch # User Sergey Kandaurov # Date 1621950614 -10800 # Node ID 29f0e926c15f70ef13451ba1e34156ef7d2b2e30 # Parent dbd19195df8afe682383010535a3a870d05951bb Tests: removed HTTP/2 Upgrade-based negotiation tests. The HTTP/1.1 Upgrade mechanism is no longer specified in the current http2bis. See also: https://github.com/BishopFox/h2csmuggler diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -26,7 +26,7 @@ select STDERR; $| = 1; select STDOUT; $| = 1; my $t = Test::Nginx->new()->has(qw/http http_v2 proxy rewrite charset gzip/) - ->plan(144); + ->plan(142); $t->write_file_expand('nginx.conf', <<'EOF'); @@ -145,25 +145,6 @@ EOF ############################################################################### -# Upgrade mechanism - -my $r = http(<new(port(8080), pure => 1);