bneradt opened a new pull request, #13453: URL: https://github.com/apache/trafficserver/pull/13453
Plugin intercepts provide a PluginVC for the server connection, but HttpSM treats it as a UnixNetVConnection. This invalid downcast can trigger libc++ RTTI diagnostics and is undefined behavior. This keeps the connection at its NetVConnection base type, which provides both TLS service lookups needed at that point. Fixes: #8105 -- 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]
