diff h2_limit_conn.t @ 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 a6abbfed42c0
children d73bef563aea
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 {