maskit opened a new pull request #7747: URL: https://github.com/apache/trafficserver/pull/7747
``` $ git grep is_revalidation_necessary proxy/http/HttpTransact.cc: s->is_revalidation_necessary = true; // to identify a revalidation occurrence proxy/http/HttpTransact.h: bool is_revalidation_necessary = false; // Added to check if revalidation is necessary - YTS Team, yamsat ``` The code that used this variable was removed on dc33143ad63f9e6baff08697959572ad777e7008 in 2011. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
