[Mono-bugs] [Bug 62207][Cri] Changed - Remoting Memory Leak

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 20:44:48 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=62207

--- shadow/62207	2004-07-30 20:35:21.000000000 -0400
+++ shadow/62207.tmp.29708	2004-07-30 20:44:48.000000000 -0400
@@ -47,6 +47,14 @@
 In our iFolder application, we see this problem after three to four hours.
 
 ------- Additional Comments From rlyon@novell.com  2004-07-30 17:55 -------
 Created an attachment (id=8805)
 Remoting Memory Leak Test Case
 
+
+------- Additional Comments From lluis@ximian.com  2004-07-30 20:44 -------
+If I use the binary formatter with the HttpChannel, it works fine.
+Looks like a problem in the SoapFormatter. It is not encoding byte
+arrays in base64, and I think it should. I'll try to fix this before
+leaving for holidays.
+
+