Re: [Mono-dev] Problem in Mono's implementation of System.IO.StreamReader?

2010-07-08 Thread Thiago Padilha
Neverming, it seems to be the correct behavior according to http://msdn.microsoft.com/en-us/library/system.io.streamreader.readline.aspx On Thu, Jul 8, 2010 at 4:22 PM, Thiago Padilha wrote: >  Hi, > >  I'm using StreamReader to read some text from a network stream that > will contain a two part

[Mono-dev] Problem in Mono's implementation of System.IO.StreamReader?

2010-07-08 Thread Thiago Padilha
Hi, I'm using StreamReader to read some text from a network stream that will contain a two part message : the first part(the one I'm reading) contains some headers in plain text, the second part may contain any kind of data. It doesnt matter the data in the second part of the message, I inte