Skip to content

Commit

Permalink
Update Proxy Verifier to v2.10.1 (apache#10322)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bneradt authored Aug 31, 2023
1 parent 70e2127 commit c5d7b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/prepare_proxy_verifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="0f189a37596d7488b5b81b5547df6fc1eadf56a1"
pv_client="${bin_dir}/verifier-client"
pv_server="${bin_dir}/verifier-server"
TAR=${TAR:-tar}
Expand Down
2 changes: 1 addition & 1 deletion tests/proxy-verifier-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.9.0
v2.10.1

0 comments on commit c5d7b19

Please sign in to comment.