bneradt commented on code in PR #12876:
URL: https://github.com/apache/trafficserver/pull/12876#discussion_r2791010775
##########
tests/gold_tests/pluginTest/filter_body/filter_body.replay.yaml:
##########
@@ -194,8 +198,8 @@ sessions:
content:
data: "OK"
- proxy-response:
- status: 502
+ # Note: proxy-response status is not checked because request body
+ # blocking is inherently racy. See comment above.
Review Comment:
But, isn't ATS supposed to be dropping this connection before the body is
sent? I'm pretty sure Proxy Verifier server will await the 49 bytes before
sending a response.
If this test fails sometimes, I'm concerned that the block functionality of
the plugin itself is flakey, not the test.
--
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]