[jboss-remoting-commits] JBoss Remoting SVN: r3563 - remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/compress.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Mar 4 12:47:34 EST 2008


Author: david.lloyd at jboss.com
Date: 2008-03-04 12:47:34 -0500 (Tue, 04 Mar 2008)
New Revision: 3563

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.java
Log:
Flush the other streams too, just to "be sure"

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.java	2008-03-03 19:33:01 UTC (rev 3562)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.java	2008-03-04 17:47:34 UTC (rev 3563)
@@ -113,6 +113,8 @@
       }
 
       oos.flush();
+      bos.flush();
+      gzos.flush();
       gzos.finish();
 
    }




More information about the jboss-remoting-commits mailing list