cmcfarlen opened a new pull request, #12680: URL: https://github.com/apache/trafficserver/pull/12680
This adds the rule of 5 functions to ProxyProtocol to allow safe copy construction and assignment. It also avoids a memory leak of the use of ProxyProtocol in HttpTransaction::State where it wasn't getting destructed (HttpSM has a State and is class allocated without the flag to run the destructor). #12676 will fix the memory leak in a different way, but the rule of 5 is still needed where ProxyProtocol is copied. -- 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]
