You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2021/10/04 20:04:58 UTC

[trafficserver] branch 9.2.x updated: Autest Fix server line to ignore version (#8374)

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

eze pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 9384af9  Autest Fix server line to ignore version (#8374)
9384af9 is described below

commit 9384af988fa315c969e655965b202f71af4caa51
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Mon Oct 4 14:04:47 2021 -0600

    Autest Fix server line to ignore version (#8374)
---
 .../header_rewrite/gold/header_rewrite_cond_cache.gold         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite_cond_cache.gold b/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite_cond_cache.gold
index 5b3f149..0b25851 100644
--- a/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite_cond_cache.gold
+++ b/tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite_cond_cache.gold
@@ -10,7 +10,7 @@
 < Date: ``
 < Age: ``
 < Connection: keep-alive
-< Server: ATS/10.0.0
+< Server: ``
 < Cache-Result: miss
 ``
 > GET / HTTP/1.1
@@ -24,7 +24,7 @@
 < Date: ``
 < Age: ``
 < Connection: keep-alive
-< Server: ATS/10.0.0
+< Server: ``
 < Cache-Result: hit-fresh
 ``
 > GET / HTTP/1.1
@@ -38,7 +38,7 @@
 < Date: ``
 < Age: ``
 < Connection: keep-alive
-< Server: ATS/10.0.0
+< Server: ``
 < Cache-Result: hit-stale
 ``
 > GET / HTTP/1.1
@@ -52,6 +52,6 @@
 < Date: ``
 < Age: ``
 < Connection: keep-alive
-< Server: ATS/10.0.0
+< Server: ``
 < Cache-Result: hit-fresh
-``
\ No newline at end of file
+``