Преглед изворни кода

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