]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cert_tls13...
authorSam Gross <colesbury@gmail.com>
Wed, 3 Apr 2024 12:29:02 +0000 (08:29 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2024 12:29:02 +0000 (14:29 +0200)
commita214f55b274df9782e78e99516a372e0b800162a
treebc56a126b215da4dbd5d7d9203a3288f8faa38f7
parent33ee5cb3e92ea8798e7f1a2f3a13b92b39cee6d6
gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cert_tls13` (GH-117484)

On macOS, the closed connection can lead to a "Broken pipe" error instead of
a "Connection reset by peer" error.
Lib/test/test_ssl.py