maskit opened a new pull request #8612:
URL: https://github.com/apache/trafficserver/pull/8612


   This introduces a mix-in class for TLS tunneling stuff.
   
   The goal of this PR is to remove `dynamic_cast<SSLNetVConnection *>` from 
`HttpSM` and cleanup SSLNetVC a bit. Although some code that can be moved to 
the mix-in class is remained, code for tunneling is spread over multiple 
modules and I'd like to hand over that part to someone who is familiar with 
tunneling stuff.
   
   On this PR, although there are two small changes, I simply moved functions 
that are just for tunneling into the mix-in class, so the logic isn't changed. 
Please see inline comments for the two changes
   


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