jrushford commented on issue #7314:
URL: https://github.com/apache/trafficserver/issues/7314#issuecomment-724303008
One difference I've seen between the debug build and production build is
that in the HttpSM::main_handler() the vc_entry lookup at line 2648 returns
null here on the debug build:
` 2643 if (data != nullptr) {
2644 // Only search the VC table if the event could have to
2645 // do with a VIO to save a few cycles
2646
2647 if (event < VC_EVENT_EVENTS_START + 100) {
2648 vc_entry = vc_table.find_entry(static_cast<VIO *>(data));
2649 }
2650 }`
----------------------------------------------------------------
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]