Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit 1abbd56

Browse files
author
ThomasV
committed
keep old clients
1 parent 4c2b19c commit 1abbd56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

processor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ def do_dispatch(self, session, request):
183183
except:
184184
pass
185185

186-
if session.protocol_version < 0.6:
187-
print_log("stopping session from old client", session.protocol_version)
188-
session.stop()
186+
#if session.protocol_version < 0.6:
187+
# print_log("stopping session from old client", session.protocol_version)
188+
# session.stop()
189189

190190
def get_sessions(self):
191191
with self.lock:

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.5"
1+
VERSION = "0.6"

0 commit comments

Comments
 (0)