--- src/client/ServerConnection.cc.orig	2010-09-08 06:52:48.000000000 -0500
+++ src/client/ServerConnection.cc	2011-02-03 16:14:38.000000000 -0600
@@ -303,7 +303,7 @@
     assert( uncomp_len > 0 );
 
     // Compress data?
-    if( uncomp_len > 128 )
+    if( false && uncomp_len > 128 )
     {
         // require at least 5% compression, or it's not worth the effort
         boost::scoped_array<boost::uint8_t> comp(