On Tue, 2002-07-02 at 18:32, Gonzalo Paniagua Javier wrote: > I got a "\r" from StreamReader.ReadLine cause Peek always returned -1 > cause you cannot seek a NetworkStream. > > With MS runtime, it worked fine, so i supposed they don't check for > CanSeek in StreamReader.Peek (), which does not need any seek operation to > be done, just reading one more char and keep it buffered. > > Do you still think that i'm wrong?
Yes. The Peek check still needs to be there. The fix is needed in ReadLine. The way it checks for line termination is broken. I'll check in a fix in a few minutes. Mike _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
