瀏覽代碼

Clear the handler so we don't just add producers to the socket map without clearing them.

Chris McDonough 19 年之前
父節點
當前提交
a2ce8b69af
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/supervisor/supervisorctl.py

+ 1 - 0
src/supervisor/supervisorctl.py

@@ -162,6 +162,7 @@ class Controller(cmd.Cmd):
             handler.get(url)
             asyncore.loop()
         except KeyboardInterrupt:
+            handler.close()
             self._output('')
             return