You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2021/11/16 00:32:35 UTC

[trafficserver] branch master updated: Makes proxy_serve_stale version independent (#8508)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b78c10  Makes proxy_serve_stale version independent (#8508)
1b78c10 is described below

commit 1b78c10941519e268e42b467d162c1c55c894df0
Author: Randall Meyer <rr...@apache.org>
AuthorDate: Mon Nov 15 16:32:28 2021 -0800

    Makes proxy_serve_stale version independent (#8508)
---
 tests/gold_tests/proxy_protocol/gold/proxy_serve_stale.gold | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/gold_tests/proxy_protocol/gold/proxy_serve_stale.gold b/tests/gold_tests/proxy_protocol/gold/proxy_serve_stale.gold
index fd313f7..d365462 100644
--- a/tests/gold_tests/proxy_protocol/gold/proxy_serve_stale.gold
+++ b/tests/gold_tests/proxy_protocol/gold/proxy_serve_stale.gold
@@ -5,7 +5,7 @@
 > Accept: */*
 ``
 < HTTP/1.1 200 OK
-< Server: ATS/10.0.0
+< Server: ATS/{}
 < Accept-Ranges: bytes
 < Content-Length: 6
 < Cache-Control: public, max-age=5
@@ -20,7 +20,7 @@
 > Accept: */*
 ``
 < HTTP/1.1 200 OK
-< Server: ATS/10.0.0
+< Server: ATS/{}
 < Accept-Ranges: bytes
 < Content-Length: 6
 < Cache-Control: public, max-age=5
@@ -35,7 +35,7 @@
 > Accept: */*
 ``
 < HTTP/1.1 200 OK
-< Server: ATS/10.0.0
+< Server: ATS/{}
 < Accept-Ranges: bytes
 < Content-Length: 6
 < Cache-Control: public, max-age=5
@@ -52,7 +52,7 @@
 < HTTP/1.1 502 Next Hop Connection Failed
 < Date: ``
 < Connection: keep-alive
-< Server: ATS/10.0.0
+< Server: ATS/{}
 < Cache-Control: ``
 < Content-Length: ``
-``
\ No newline at end of file
+``