ywkaras commented on a change in pull request #7532:
URL: https://github.com/apache/trafficserver/pull/7532#discussion_r578575707
##########
File path: plugins/multiplexer/dispatch.h
##########
@@ -31,11 +31,28 @@
#include "ts.h"
-#define CHECK(X) \
- { \
- const TSReturnCode r = static_cast<TSReturnCode>(X); \
- assert(r == TS_SUCCESS); \
+#ifdef __OPTIMIZE__
Review comment:
thanks Brian
----------------------------------------------------------------
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]