keep old clients
authorThomasV <thomasv@gitorious>
Wed, 14 Nov 2012 14:27:39 +0000 (18:27 +0400)
committerThomasV <thomasv@gitorious>
Wed, 14 Nov 2012 14:27:39 +0000 (18:27 +0400)
processor.py
version.py

index 9d1355d..c6972f8 100644 (file)
@@ -183,9 +183,9 @@ class RequestDispatcher(threading.Thread):
             except:
                 pass
 
-            if session.protocol_version < 0.6:
-                print_log("stopping session from old client", session.protocol_version)
-                session.stop()
+            #if session.protocol_version < 0.6:
+            #    print_log("stopping session from old client", session.protocol_version)
+            #    session.stop()
 
     def get_sessions(self):
         with self.lock:
index c8ffb9e..1d03c9a 100644 (file)
@@ -1 +1 @@
-VERSION = "0.5"
+VERSION = "0.6"