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	Thu Apr 28 16:24:31 2016 +0300
+++ b/h2_limit_conn.t	Thu May 05 23:33:02 2016 +0300
@@ -40,7 +40,6 @@
 
     server {
         listen       127.0.0.1:8080 http2;
-        listen       127.0.0.1:8081;
         server_name  localhost;
 
         location /t.html {
--- a/h2_ssl.t	Thu Apr 28 16:24:31 2016 +0300
+++ b/h2_ssl.t	Thu May 05 23:33:02 2016 +0300
@@ -44,7 +44,6 @@
     %%TEST_GLOBALS_HTTP%%
 
     server {
-        listen       127.0.0.1:8080 http2;
         listen       127.0.0.1:8081 http2 ssl;
         server_name  localhost;