duke8253 commented on code in PR #11296:
URL: https://github.com/apache/trafficserver/pull/11296#discussion_r1581492627
##########
tests/gold_tests/tls/test-0rtt-s_client.py:
##########
@@ -69,7 +69,8 @@ def main():
data = b''
for line in lines:
line += b'\n'
- if line.startswith(bytes('SSL_connect:', 'utf-8')) or \
+ if line.startswith(bytes('Connecting to', 'utf-8')) or \
+ line.startswith(bytes('SSL_connect:', 'utf-8')) or \
Review Comment:
Looks good, OpenSSL 3.2 has a new output we need to process.
--
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]