[Checkins] SVN: ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py Quick hack while investigating protocol issues.

Jim Fulton jim at zope.com
Mon Nov 24 09:43:53 EST 2008


Log message for revision 93310:
  Quick hack while investigating protocol issues.
  

Changed:
  U   ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py

-=-
Modified: ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py
===================================================================
--- ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py	2008-11-24 14:42:30 UTC (rev 93309)
+++ ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py	2008-11-24 14:43:52 UTC (rev 93310)
@@ -346,7 +346,7 @@
     
     # Protocol variables:
     # Our preferred protocol.
-    current_protocol = "Z309"
+    current_protocol = "Z308"
 
     # If we're a client, an exhaustive list of the server protocols we
     # can accept.



More information about the Checkins mailing list