comparison h2_limit_conn.t @ 952:e9064d691790

Tests: converted tests to run in parallel.
author Andrey Zelenkov <zelenkov@nginx.com>
date Tue, 21 Jun 2016 16:39:13 +0300
parents 4dc302d8e04f
children 882267679006
comparison
equal deleted inserted replaced
951:9361c7eddfc1 952:e9064d691790
37 %%TEST_GLOBALS_HTTP%% 37 %%TEST_GLOBALS_HTTP%%
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:%%PORT_0%% http2;
43 server_name localhost; 43 server_name localhost;
44 44
45 location /t.html { 45 location /t.html {
46 limit_conn conn 1; 46 limit_conn conn 1;
47 } 47 }