Author: david.lloyd(a)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();
}
Show replies by date