# HG changeset patch # User Maxim Dounin # Date 1379360640 -14400 # Node ID 31e2acce8fa4afd8a25de70f6f060c2f310166bc # Parent 241acee85fd18579cb85cb40714fd972c9a8455d Tests: use 127.0.0.1 instead of localhost. diff -r 241acee85fd1 -r 31e2acce8fa4 http_expect_100_continue.t --- a/http_expect_100_continue.t Mon Sep 16 23:41:07 2013 +0400 +++ b/http_expect_100_continue.t Mon Sep 16 23:44:00 2013 +0400 @@ -39,7 +39,7 @@ listen 127.0.0.1:8080; server_name localhost; location / { - proxy_pass http://localhost:8080/local; + proxy_pass http://127.0.0.1:8080/local; } location /local { }