[Mono-bugs] [Bug 47404][Cri] Changed - System.IO.StreamReader's impl of buffers balks on non seeking streams

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Sun, 10 Aug 2003 19:02:35 -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 miguel@ximian.com.

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

--- shadow/47404	2003-08-05 15:07:36.000000000 -0400
+++ shadow/47404.tmp.21098	2003-08-10 19:02:35.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 47404
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: CVS -- up to date
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: CORLIB
 AssignedTo: martin@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -79,6 +79,9 @@
 the code of StreamReader when the method is called. It does not *ever*
 have a call to .Position. In fact, the only method call was
 Encoding.GetDecoder ().
 
 So I think the impl of DiscardBufferedData is not meant to update the
 position in the stream.
+
+------- Additional Comments From miguel@ximian.com  2003-08-10 19:02 -------
+Fixed.