Changeset 868 in xpra
- Timestamp:
- 05/23/12 17:44:41 (13 months ago)
- File:
-
- 1 edited
-
trunk/src/xpra/protocol.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/xpra/protocol.py
r863 r868 374 374 buf = self._read_queue.get() 375 375 if not buf: 376 return self._call_connection_lost("empty marker in read queue") 376 log("read thread: empty marker, exiting") 377 gobject.idle_add(self.close) 378 return 377 379 #this is the old/unconditional compression code (to be removed): 378 380 if not self.raw_packets and self._compression_level>0:
Note: See TracChangeset
for help on using the changeset viewer.