bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
main() is now responsible to send the ANSWER, rather than ServerProto. main() now waits until it got the HELLO before sending the ANSWER over the new transport. Previously, there was a race condition between main() replacing the protocol and the protocol sending the ANSWER once it gets the HELLO. TLSv1.3 was disabled for the test: reenable it.
V
Victor Stinner committed
fab4ef2df0857ab0c97f3058ac5ec3280c4eb891
Parent: 3f36043
Committed by GitHub <noreply@github.com>
on 10/16/2019, 12:36:42 AM