Kaydet (Commit) 2f5799b7 authored tarafından Bill Janssen's avatar Bill Janssen

close asyncore.dispatcher on EOF

üst 980f3149
......@@ -529,6 +529,7 @@ else:
self.send(str(data, 'ASCII', 'strict').lower().encode('ASCII', 'strict'))
def handle_close(self):
self.close()
if support.verbose:
sys.stdout.write(" server: closed connection %s\n" % self.socket)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment