# HG changeset patch # User Maxim Dounin # Date 1409568381 -14400 # Node ID 4ceb2d12b7d21086eddb1604d1257a6c5e2c7e1d # Parent 858e9317580213dd298bcabdb5fa8f4f757fa5ce Tests: speedup upstream_hash.t on win32. Closed ports doesn't return immediate RST at least on some versions of Windows, resulting in tests being painfully slow. diff --git a/upstream_hash.t b/upstream_hash.t --- a/upstream_hash.t +++ b/upstream_hash.t @@ -140,6 +140,12 @@ http { return 204; } } + + server { + listen 127.0.0.1:8084; + server_name localhost; + return 444; + } } EOF