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 杨鹏
Recipients martin.panter, r.david.murray, 杨鹏
Date 2018-01-09.02:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515465714.56.0.467229070634.issue32518@psf.upfronthosting.co.za>
In-reply-to
Content
OK,i got it. thanks for your reply. But i have to say, the BaseHTTPServer document is kind of confusing. It claims to support persistent connection, but actually it hangs with such situation, i can't even shut it down with shudown() method. After diving into source code of SocketServer, i finally found the myth.
History
Date User Action Args
2018-01-09 02:41:54杨鹏setrecipients: + 杨鹏, r.david.murray, martin.panter
2018-01-09 02:41:54杨鹏setmessageid: <1515465714.56.0.467229070634.issue32518@psf.upfronthosting.co.za>
2018-01-09 02:41:54杨鹏linkissue32518 messages
2018-01-09 02:41:53杨鹏create