]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Nov 2018 01:24:39 +0000 (17:24 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 01:24:39 +0000 (17:24 -0800)
commit3f9fe53c98978955fea4e36456c784694e6458a8
tree534e7a640477dcd404401c184c85ac23fd3c8081
parent5f4d05d83fde05fed0b6554d0beee4f1c1f1d8f1
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)

Some FreeBSD buildbots fail to run this test as the eof was not being received by the server if the size is not big enough. This behaviour only appears if the client is using TLS1.3.
(cherry picked from commit f6a47f3e316cede2a07a1f74a509f6d80ab8fef0)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_asyncio/test_sslproto.py