maskit opened a new pull request #8007: URL: https://github.com/apache/trafficserver/pull/8007
`SSLReadBuffer`, `SSLAccept` and `SSLConnect` have code that expects the functions are used by `SSLNetVC`. SSLNetVC is the only caller of those functions. so it doesn't make much sense acquiring SSLNetVC object from SSL object by calling `SSLNetVCAccess` or `TLSSessionResumptionSupport::getInstance` in the functions. This PR moves the three functions and `SSLWriteBuffer` into SSLNetVC and make them SSLNetVC's member functions, and it remove the necessity of calling `SSLNetVCAccess ` and `TLSSessionResumptionSupport::getInstance`. The change is big a little, but it's pretty simple if you see the commits separately. There's no logic change. -- 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]
