apache / trafficserver

Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.74k stars 782 forks source link

Fix warnings in test_Stripe.cc #11418

Closed JosiahWI closed 3 weeks ago

JosiahWI commented 3 weeks ago

The return value of fread() was being ignored. This commit updates the test to require the number of bytes read to match the expected number of bytes.