From f8df7b1aafb0027dbbb3946b40789c59e4967a29 Mon Sep 17 00:00:00 2001 From: bneradt Date: Thu, 24 Aug 2023 16:25:04 -0500 Subject: [PATCH] Update Proxy Verifier to v2.10.0 This includes the ability to specify separate DATA frames for a stream as well as a way to keep a session open after the final transaction. --- 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 aa5eb841c29..80f4bc68606 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="ea413a7189c801c2da311d93cbc625c0e7390a67" +expected_sha1="e99584b49fae4e0d9a34056a8321781af7fec3dc" 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 f367ae3351b..80de12c558c 100644 --- a/tests/proxy-verifier-version.txt +++ b/tests/proxy-verifier-version.txt @@ -1 +1 @@ -v2.9.0 +v2.10.0