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 mdk
Recipients martin.panter, mattpr, mdk, ned.deily, paul.moore, rogerwang, ronaldoussoren, steve.dower, tim.golden, v+python, zach.ware
Date 2017-12-27.13:04:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514379857.41.0.213398074469.issue31639@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a 2 lines PR in which I propose to use threads to handle connections as it's well supported by socketserver via a ThreadingMixIn and fixes the issue.
History
Date User Action Args
2017-12-27 13:04:17mdksetrecipients: + mdk, paul.moore, ronaldoussoren, tim.golden, ned.deily, v+python, martin.panter, zach.ware, steve.dower, mattpr, rogerwang
2017-12-27 13:04:17mdksetmessageid: <1514379857.41.0.213398074469.issue31639@psf.upfronthosting.co.za>
2017-12-27 13:04:17mdklinkissue31639 messages
2017-12-27 13:04:17mdkcreate