changeset 731:cf9183219c59

Tests: removed debugging leftover.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2015 19:54:33 +0300
parents 63c45a158cde
children 984bfe661cce
files proxy.t realip.t
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/proxy.t
+++ b/proxy.t
@@ -38,7 +38,7 @@ http {
     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;
--- a/realip.t
+++ b/realip.t
@@ -36,7 +36,6 @@ http {
     %%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;