zwoop commented on code in PR #12595: URL: https://github.com/apache/trafficserver/pull/12595#discussion_r2450399581
########## tests/gold_tests/pluginTest/header_rewrite/gold/set_body_status.gold: ########## @@ -0,0 +1,16 @@ +`` +> GET `` +> Host: www.example.com`` +> User-Agent: curl/`` +> Accept: */* +> Proxy-Connection: Keep-Alive +`` +< HTTP/1.1 200 OK +< Date: `` +< Proxy-Connection: keep-alive +< Server: ATS/`` +< Cache-Control: no-store +< Content-Type: text/html +< Content-Language: en +< Content-Length: 3 +`` Review Comment: Ok. I was going to add that but it needed an extra file in the way things worked, and I figure the length would be sufficient :) I'll take a look again to see if there's an easy way to capture the stdout in this new infrastructure. -- 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]
