Ladsgroup commented on code in PR #13064:
URL: https://github.com/apache/trafficserver/pull/13064#discussion_r3046159525


##########
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:
   Makes sense. I was a bit confused too. Removed the whole comment then.



-- 
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]

Reply via email to