Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 335 Bytes

2019-10-16-01-36-15.bpo-35998.G305Bf.rst

File metadata and controls

5 lines (5 loc) · 335 Bytes

Fix a race condition in test_asyncio.test_start_tls_server_1(). Previously, there was a race condition between the test main() function which replaces the protocol and the test ServerProto protocol which sends ANSWER once it gets HELLO. Now, only the test main() function is responsible to send data, ServerProto no longer sends data.