[Neo-report] r2470 vincent - /trunk/neo/protocol.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 3 15:25:55 CET 2010


Author: vincent
Date: Fri Dec  3 15:25:55 2010
New Revision: 2470

Log:
Ignore AnswerInformationLocked on closed connection.

We stop waiting for AnswerInformationLocked when a disconnection is detected.
So handling AnswerInformationLocked on a closed connection is not needed.

Modified:
    trunk/neo/protocol.py

Modified: trunk/neo/protocol.py
==============================================================================
--- trunk/neo/protocol.py [iso-8859-1] (original)
+++ trunk/neo/protocol.py [iso-8859-1] Fri Dec  3 15:25:55 2010
@@ -1864,7 +1864,6 @@ class PacketRegistry(dict):
             0x0014,
             AskLockInformation,
             AnswerInformationLocked,
-            ignore_when_closed=False,
     )
     InvalidateObjects = register(0x0015, InvalidateObjects)
     NotifyUnlockInformation = register(0x0016, NotifyUnlockInformation)




More information about the Neo-report mailing list