You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2007/01/16 06:30:43 UTC

svn commit: r496596 - /incubator/qpid/branches/qpid.0-9/python/qpid/peer.py

Author: rhs
Date: Mon Jan 15 21:30:43 2007
New Revision: 496596

URL: http://svn.apache.org/viewvc?view=rev&rev=496596
Log:
changed reliable to true by default

Modified:
    incubator/qpid/branches/qpid.0-9/python/qpid/peer.py

Modified: incubator/qpid/branches/qpid.0-9/python/qpid/peer.py
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/python/qpid/peer.py?view=diff&rev=496596&r1=496595&r2=496596
==============================================================================
--- incubator/qpid/branches/qpid.0-9/python/qpid/peer.py (original)
+++ incubator/qpid/branches/qpid.0-9/python/qpid/peer.py Mon Jan 15 21:30:43 2007
@@ -176,7 +176,7 @@
     self.responder = Responder(self.write)
 
     # XXX: better switch
-    self.reliable = False
+    self.reliable = True
 
   def close(self, reason):
     if self.closed: