This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients asvetlov, pablogsal, yselivanov
Date 2018-10-20.16:20:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540052448.02.0.788709270274.issue35031@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that the problem is that the ServerProto of test_start_tls_server_1 never receives a call to eof_received(). Weirdly enough it seems that if the HELLO_MSG is large enough (1024 * 1024), then the test always succeed. If we deactivate tls in the test, the test succeeds with any message lenght.
History
Date User Action Args
2018-10-20 16:20:48pablogsalsetrecipients: + pablogsal, asvetlov, yselivanov
2018-10-20 16:20:48pablogsalsetmessageid: <1540052448.02.0.788709270274.issue35031@psf.upfronthosting.co.za>
2018-10-20 16:20:48pablogsallinkissue35031 messages
2018-10-20 16:20:47pablogsalcreate