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 v+python
Recipients martin.panter, mattpr, mdk, ned.deily, paul.moore, r.david.murray, rogerwang, ronaldoussoren, steve.dower, tim.golden, v+python, zach.ware
Date 2017-12-27.18:18:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514398681.08.0.213398074469.issue31639@psf.upfronthosting.co.za>
In-reply-to
Content
I tried the approach in the PR "externally" (when starting the server using a test program), and I couldn't get it to work. But my test case was probably different: I was using Chrome rather than Chromium, and while they both work for me for simple HTTP file access to localhost without threading, I had tried to set up a PWA with a service worker, and maybe that does something different, so I got the hang, applied the Threading.mixIn, and it still hung.  I don't know how to tell for sure if it is the same sort of hang, or something different, in the Windows environment.
History
Date User Action Args
2017-12-27 18:18:01v+pythonsetrecipients: + v+python, paul.moore, ronaldoussoren, tim.golden, ned.deily, r.david.murray, martin.panter, zach.ware, steve.dower, mdk, mattpr, rogerwang
2017-12-27 18:18:01v+pythonsetmessageid: <1514398681.08.0.213398074469.issue31639@psf.upfronthosting.co.za>
2017-12-27 18:18:01v+pythonlinkissue31639 messages
2017-12-27 18:18:01v+pythoncreate