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 giampaolo.rodola
Recipients giampaolo.rodola, pablogsal, vstinner
Date 2019-12-10.08:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575966587.66.0.750774071564.issue39004@roundup.psfhosted.org>
In-reply-to
Content
I suspect it's a timing problem (client disconnects, threaded server fails to detect that in time). Let's see what happens by incrementing the timeout when waiting for the thread to be join()ed (PR-17552).
History
Date User Action Args
2019-12-10 08:29:47giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner, pablogsal
2019-12-10 08:29:47giampaolo.rodolasetmessageid: <1575966587.66.0.750774071564.issue39004@roundup.psfhosted.org>
2019-12-10 08:29:47giampaolo.rodolalinkissue39004 messages
2019-12-10 08:29:47giampaolo.rodolacreate