bneradt opened a new pull request #7645: URL: https://github.com/apache/trafficserver/pull/7645
This is a tweak on top of the following cleanup commit: 8f25b6b871a9e96c3e87789f728a0016975094ba This commit fixes the following tests: tests/gold_tests/tls_hooks/tls_hooks18.test.py tests/gold_tests/tls/tls_client_versions.test.py The change to tls_hooks18.test.py simply removes an extra line that accidentally got added in: ` 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:AES128-GCM-SHA256:AES256-GCM-SHA384:ECDHE-RSA-RC4-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:RC4-SHA:RC4-MD5:AES128-SHA:AES256-SHA:DES-CBC3-SHA!SRP:!DSS:!PSK:!aNULL:!eNULL:!SSLv2', }) ` The rest of the change in the file is simply autopep8 whitespace 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. For queries about this service, please contact Infrastructure at: [email protected]
