9.2.x: Proxy Verfier Upgrade to v2.10.1 #10389
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a set of Proxy Verifier cherry-picks from master into 9.2.x to get 9.2.x up to date with the latest v2.10.1 Proxy Verifier release.
Fix the autest Proxy Verifier version check (#9365)
The Proxy Verifier autest version check logic assumed that verifier-client was in the PATH. This is most often not the case, and even if it is it can be the wrong one since the test will by default use the unpacked Proxy Verifier from bintray. This fixes the check so that it explicitly refers to the verifier-client that the test will use.
(cherry picked from commit edbd10a)
Upgrade to Proxy Verifier v2.7.0 (#9611)
Proxy Verifier v2.7.0 adds:
Some of the h2origin AuTest tests were over-specified with respect to reason strings. HTTP/2 explicitly removes reason strings, so they will not be in the responses nor will the verifier client find them. This removes those incorrect specifications.
(cherry picked from commit b449992)
Fix a crash caused by a HTTP/2 GET request with a body (#9738)
fix a crash caused by a HTTP/2 GET request with a body
Update to Proxy Verifier v2.8.0
This updates our test suite to use Proxy Verifier v2.8.0. This release comes with HTTP/2 frame replay updates.
In the cherry-pick from master to 9.2.x, I removed the following test updates because they were HTTP/2 to origin specific:
(cherry picked from commit 0f70092)
Co-authored-by: bneradt bneradt@yahooinc.com
(cherry picked from commit 50b6aa9)
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.
(cherry picked from commit d5c47a7)
Proxy Verifier: update to v2.9.0 (#10083)
Proxy Verifier v2.9.0 adds HTTP/2 trailer support as well as containing updates for Expect: 100-continue and quic timeout.
(cherry picked from commit 183aa3e)
Update Proxy Verifier to v2.10.1 (#10322)
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.
(cherry picked from commit c5d7b19)
fix ProxyVerifier version check (#9267)
(cherry picked from commit a2ab0b7)