[issue32518] HTTPServer can't deal with persistent connection properly

杨鹏 report at bugs.python.org
Mon Jan 8 21:41:54 EST 2018


杨鹏 <yangpengxdu at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32518>
_______________________________________


More information about the Python-bugs-list mailing list