[Mono-bugs] [Bug 32926][Cri] Changed - SystemIO.StreamReader:Peek() doesn't work with non-seekable Streams

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Oct 2002 12:34:27 -0000


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 dent@cosy.sbg.ac.at.

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

--- shadow/32926	Mon Oct 28 07:13:27 2002
+++ shadow/32926.tmp.5000	Mon Oct 28 07:34:27 2002
@@ -1,14 +1,14 @@
 Bug#: 32926
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Critical
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dent@cosy.sbg.ac.at               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -39,6 +39,9 @@
 Peek() checks for basestream.CanSeek() (in this case
 networkStream.CanSeek()) which returns -1, and therefore
 the function bails out.
 
 Peek() should work even if the underlaying stream doen't
 allow seeking
+
+------- Additional Comments From dent@cosy.sbg.ac.at  2002-10-28 07:34 -------
+seems to be not a bug according to the MS documentation