bneradt commented on code in PR #13064:
URL: https://github.com/apache/trafficserver/pull/13064#discussion_r3046100484
##########
src/tscpp/api/InterceptPlugin.cc:
##########
@@ -309,7 +309,7 @@ InterceptPlugin::handleEvent(int abstract_event, void
*edata)
LOG_ERROR("Error while reading request!");
// fallthrough
- case TS_EVENT_VCONN_READ_COMPLETE: // fall throughs intentional
+ case TS_EVENT_VCONN_READ_COMPLETE: // falls through intentional
Review Comment:
"Fallthrough" should be one word. In which case, "fallthroughs are
intentional".
Having said that, when case statements are adjacent to each other like this,
it is generally assumed that the fallthroughs are intentional. Let's just
remove this uneccessary comment entirely as it just adds clutter.
--
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]