maskit commented on code in PR #9591:
URL: https://github.com/apache/trafficserver/pull/9591#discussion_r1166116663
##########
iocore/net/OCSPStapling.cc:
##########
@@ -57,6 +59,142 @@ struct certinfo {
time_t expire_time;
};
+extern ClassAllocator<FetchSM> FetchSMAllocator;
+
+class HTTPRequest : public Continuation
Review Comment:
added anonymous namespace.
--
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]