# HG changeset patch # User Sergey Kandaurov # Date 1443718473 -10800 # Node ID cf9183219c592dabc25ea64374f66976f31a154a # Parent 63c45a158cde1d778d69f5e2046c0f41e04eff52 Tests: removed debugging leftover. diff -r 63c45a158cde -r cf9183219c59 proxy.t --- a/proxy.t Thu Oct 01 19:28:03 2015 +0300 +++ b/proxy.t Thu Oct 01 19:54:33 2015 +0300 @@ -38,7 +38,7 @@ server { listen 127.0.0.1:8080; server_name localhost; -add_header X-Port $remote_port; + location / { proxy_pass http://127.0.0.1:8081; proxy_read_timeout 1s; diff -r 63c45a158cde -r cf9183219c59 realip.t --- a/realip.t Thu Oct 01 19:28:03 2015 +0300 +++ b/realip.t Thu Oct 01 19:54:33 2015 +0300 @@ -36,7 +36,6 @@ %%TEST_GLOBALS_HTTP%% add_header X-IP $remote_addr; - add_header X-Port $remote_port; set_real_ip_from 127.0.0.1/32; set_real_ip_from 10.0.1.0/24;