comparison proxy_keepalive.t @ 629:8f6b9f7f36d7

Tests: removed proxy_read_timeout from proxy_keepalive.t. The directive looks like a leftover and is used to break the test only.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 09 Jul 2015 14:12:31 +0300
parents 6cdfd177319b
children e9064d691790
comparison
equal deleted inserted replaced
628:0940773278c7 629:8f6b9f7f36d7
44 44
45 server { 45 server {
46 listen 127.0.0.1:8080; 46 listen 127.0.0.1:8080;
47 server_name localhost; 47 server_name localhost;
48 48
49 proxy_read_timeout 2s;
50 proxy_http_version 1.1; 49 proxy_http_version 1.1;
51 proxy_set_header Connection ""; 50 proxy_set_header Connection "";
52 51
53 location / { 52 location / {
54 proxy_pass http://backend; 53 proxy_pass http://backend;