杨鹏 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
New submission from 杨鹏 :
when client is using persistent connection, HTTPServer will hang with that
connection. As a result, it can't deal with other clients.
--
components: Library (Lib)
messages: 309659
nosy: 杨鹏
priority: normal
pull_requests: 4996
severity: normal
status: open