comparison 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
comparison
equal deleted inserted replaced
918:8d489e743fcb 919:724fcee9a355
38 38
39 limit_conn_zone $binary_remote_addr zone=conn:1m; 39 limit_conn_zone $binary_remote_addr zone=conn:1m;
40 40
41 server { 41 server {
42 listen 127.0.0.1:8080 http2; 42 listen 127.0.0.1:8080 http2;
43 listen 127.0.0.1:8081;
44 server_name localhost; 43 server_name localhost;
45 44
46 location /t.html { 45 location /t.html {
47 limit_conn conn 1; 46 limit_conn conn 1;
48 } 47 }