8000 Add a comment explaining the fix · python/cpython@93e66f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93e66f6

Browse files
committed
Add a comment explaining the fix
1 parent d462e40 commit 93e66f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/test_asyncio/test_sslproto.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,10 @@ def test_start_tls_server_1(self):
429429

430430
server_context = test_utils.simple_server_sslcontext()
431431
client_context = test_utils.simple_client_sslcontext()
432+
# bpo-35031: Some FreeBSD buildbots fail to run this test
433+
# as the eof was not being received by the server if the payload
434+
# size is not big enough. This behaviour only appears if the
435+
# client is using TLS1.3.
432436
client_context.options |= ssl.OP_NO_TLSv1_3
433437

434438
def client(sock, addr):

0 commit comments

Comments
 (0)
0