You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/03/05 00:23:03 UTC

[trafficserver] 13/14: tweak gold files to not look for proxy-connection Curl adds Proxy-connection on it own in some cases, and or duplicates it more than once

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 0b383f461edb17534c5076171619bd59779782a1
Author: Jason <dr...@live.com>
AuthorDate: Fri Mar 3 10:44:29 2017 -0600

    tweak gold files to not look for proxy-connection
    Curl adds Proxy-connection on it own in some cases, and or duplicates it more than once
---
 tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-303.gold | 1 -
 tests/gold_tests/remap/gold/remap-200.gold                              | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-303.gold b/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-303.gold
index 5d55f9e..94a42ad 100644
--- a/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-303.gold
+++ b/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-303.gold
@@ -3,7 +3,6 @@
 > Host: www.example.com``
 > User-Agent: curl/``
 > Accept: */*
-> Proxy-Connection: keep-alive
 ``
 < HTTP/1.1 303 See Other
 < Date: ``
diff --git a/tests/gold_tests/remap/gold/remap-200.gold b/tests/gold_tests/remap/gold/remap-200.gold
index ec2f310..619066a 100644
--- a/tests/gold_tests/remap/gold/remap-200.gold
+++ b/tests/gold_tests/remap/gold/remap-200.gold
@@ -3,7 +3,6 @@
 > Host: www.example.com``
 > User-Agent: curl/``
 > Accept: */*
-> Proxy-Connection: keep-alive
 ``
 < HTTP/1.1 200 OK
 < Date: ``

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.