Commit 3353d4db authored by Vincent Pelletier's avatar Vincent Pelletier

Add an XXX about master shutdown code for later review.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1605 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent f80215e1
......@@ -509,6 +509,9 @@ class Application(object):
def shutdown(self):
"""Close all connections and exit"""
# XXX: This behaviour is probably broken, as it applies the same
# handler to all connection types. It must be carefuly reviewed and
# corrected.
# change handler
handler = shutdown.ShutdownHandler(self)
for c in self.em.getConnectionList():
......
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