comparison proxy_noclose.t @ 750:71dfce15bbba

Tests: fixed proxy_noclose.t timeouts on painfully slow hosts.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 23 Oct 2015 16:24:53 +0300
parents 6fe0459b6668
children e9064d691790
comparison
equal deleted inserted replaced
749:d1da28e28d1d 750:71dfce15bbba
50 listen 127.0.0.1:8080; 50 listen 127.0.0.1:8080;
51 server_name localhost; 51 server_name localhost;
52 52
53 location / { 53 location / {
54 proxy_pass http://127.0.0.1:8081; 54 proxy_pass http://127.0.0.1:8081;
55 proxy_read_timeout 1s; 55 proxy_read_timeout 2s;
56 } 56 }
57 57
58 location /uselen { 58 location /uselen {
59 proxy_pass http://127.0.0.1:8081; 59 proxy_pass http://127.0.0.1:8081;
60 60