changeset 919:724fcee9a355

Tests: removed unused listen directives in HTTP/2 tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Thu, 05 May 2016 23:33:02 +0300
parents 8d489e743fcb
children 943a5952ee5e
files h2_limit_conn.t h2_ssl.t
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 {
--- 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;