JosiahWI commented on code in PR #10987:
URL: https://github.com/apache/trafficserver/pull/10987#discussion_r1452906895
##########
include/iocore/cache/CacheVC.h:
##########
@@ -141,6 +141,9 @@ struct CacheVC : public CacheVConnection {
int handleReadDone(int event, Event *e);
int handleRead(int event, Event *e);
+ bool check_ram_cache();
Review Comment:
The methods I added to `Stripe` and `AggregateWriteBuffer` should have been
marked `const`, though. This has now been fixed.
--
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]