shinrich opened a new pull request #7135: URL: https://github.com/apache/trafficserver/pull/7135
This closes issue #7128 I attached another stack trace on issue #7128 which was due to an action pointer being 1. This also corresponds to the value ACTION_RESULT_NONE. This value is only returned in 2 places. There are many places that check for action pointer nullptr, but none that check against 1 or ACTION_RESULT_NONE. Therefore, it seems better to just have those functions return nullptr if there is no relevant action. While I was in there ACTION_RESULT_INLINE does not seem to be used anywhere, so this PR removes that too. ---------------------------------------------------------------- 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]
