bneradt commented on code in PR #13024:
URL: https://github.com/apache/trafficserver/pull/13024#discussion_r3047907991
##########
tests/gold_tests/pluginTest/header_rewrite/header_rewrite_bundle.replay.yaml:
##########
@@ -314,7 +314,57 @@ sessions:
- [ X-Testing, { value: "elif", as: equal } ]
- [ X-Pre-Else, { as: absent } ]
- # Test 6: cond method GET
+ # Test 6: quoted set matching - second item "bar" should match
+- transactions:
+ - client-request:
+ method: "GET"
+ version: "1.1"
+ url: /from_1/hrw-sets.png
+ headers:
+ fields:
+ - [ Host, www.example.com ]
+ - [ X-Quoted-Set, "bar" ]
Review Comment:
I see. The comment at line 317 threw me off. I thought this needed to test
Proxy Verifier handing down literal quoted strings.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]