[Mono-bugs] [Bug 72181][Min] Changed - problem with StreamReader&NetworkStream

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Feb 2005 19:45:14 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/72181	2005-02-03 09:39:27.000000000 -0500
+++ shadow/72181.tmp.3143	2005-02-04 19:45:14.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 72181
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: borodin@zg.bezopasnost.ru               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: problem with StreamReader&NetworkStream
@@ -21,6 +21,9 @@
 If you open a NetworkStream, use StreamReader wrapped around it, read from
 StreamReader, and after it try to read from NetworkStream itself, it
 obviously ignores data already stored in StreamReader's buffer.
 
 Though MS.NET works the other way here - you can first read from
 StreamReader , then from NetworkStream etc. - everything'll be correct
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-04 19:45 -------
+Please attach a test case.