From 1abbd5675d40b85eb339c90c4082cdc22e620a86 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 14 Nov 2012 18:27:39 +0400 Subject: [PATCH] keep old clients --- processor.py | 6 +++--- version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/processor.py b/processor.py index 9d1355d..c6972f8 100644 --- a/processor.py +++ b/processor.py @@ -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: diff --git a/version.py b/version.py index c8ffb9e..1d03c9a 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "0.5" +VERSION = "0.6" -- 1.7.1