shinrich opened a new pull request, #9552: URL: https://github.com/apache/trafficserver/pull/9552
This is the implementation of what I suggested on the ats-dev list "[api] Add tr-try-plain port descriptor". With this code change if a port has tr-allow-plain and ssl, a connection that does not look like TLS will get converted to a UnixNetVConnection and try to process as non-TLS HTTP. I have an implementation running over 9.1.3 using the tr-pass port descriptor. The conversion of the SSLNetVConnection to UnixNetVConnection works. I need to write an autest for this. I was going to first write a transparent mode test, but I guess this feature strictly speaking does not need transparent mode although that is likely the case where this would be most likely used. -- 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]
