# HG changeset patch # User Andrey Zelenkov # Date 1462480382 -10800 # Node ID 724fcee9a3556e74154982846d051b954cf51141 # Parent 8d489e743fcb26856a2987d70aadc3bec542e8cb Tests: removed unused listen directives in HTTP/2 tests. diff --git a/h2_limit_conn.t b/h2_limit_conn.t --- a/h2_limit_conn.t +++ b/h2_limit_conn.t @@ -40,7 +40,6 @@ http { server { listen 127.0.0.1:8080 http2; - listen 127.0.0.1:8081; server_name localhost; location /t.html { diff --git a/h2_ssl.t b/h2_ssl.t --- a/h2_ssl.t +++ b/h2_ssl.t @@ -44,7 +44,6 @@ http { %%TEST_GLOBALS_HTTP%% server { - listen 127.0.0.1:8080 http2; listen 127.0.0.1:8081 http2 ssl; server_name localhost;