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

bneradt 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 d5c47a7b74 Update to Proxy Verifier v2.8.1 (#9834)
d5c47a7b74 is described below

commit d5c47a7b743bd798b9827c175b35747f59f40eca
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Jun 13 13:02:33 2023 -0500

    Update to Proxy Verifier v2.8.1 (#9834)
    
    Proxy Verifier v2.8.1 has fixes for the way Proxy Verifier relates to
    HTTP/2 CONNECT method request pseudo header fields. This will be helpful
    for testing HTTP/2 CONNECT requests.
---
 tests/prepare_proxy_verifier.sh  | 2 +-
 tests/proxy-verifier-version.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh
index 77d7b9362c..72abbc92fe 100755
--- a/tests/prepare_proxy_verifier.sh
+++ b/tests/prepare_proxy_verifier.sh
@@ -40,7 +40,7 @@ pv_dir="${pv_name}-${pv_version}"
 pv_tar_filename="${pv_dir}.tar.gz"
 pv_tar="${pv_top_dir}/${pv_tar_filename}"
 pv_tar_url="https://ci.trafficserver.apache.org/bintray/${pv_tar_filename}";
-expected_sha1="5327d44d108ccf0f16740a6ebaf849471d590aad"
+expected_sha1="c20db86f6bf2eda1d8195b82066345becac6b49e"
 pv_client="${bin_dir}/verifier-client"
 pv_server="${bin_dir}/verifier-server"
 TAR=${TAR:-tar}
diff --git a/tests/proxy-verifier-version.txt b/tests/proxy-verifier-version.txt
index b77e3cc58c..30505b0b8a 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.8.0
+v2.8.1

Reply via email to