[Mono-bugs] [Bug 65340][Nor] New - Stream.Close shouldn't call Flush

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Sep 2004 17:57:28 -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 piersh@friskit.com.

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

--- shadow/65340	2004-09-03 17:57:28.000000000 -0400
+++ shadow/65340.tmp.4754	2004-09-03 17:57:28.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 65340
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: piersh@friskit.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Stream.Close shouldn't call Flush
+
+System.IO.Stream.Close() calls Flush().
+
+None of the MS implementations do this.