[Mono-bugs] [Bug 75526][Nor] Changed - [PATCH] StreamReader blocks on reading too much
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 23 21:14:19 EST 2007
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75526
--- shadow/75526 2007-01-23 21:09:48.000000000 -0500
+++ shadow/75526.tmp.5554 2007-01-23 21:14:19.000000000 -0500
@@ -216,6 +216,12 @@
Console.WriteLine ("Read {0} bytes", len);
}
}
Which means that the code must loop.
+
+------- Additional Comments From miguel at ximian.com 2007-01-23 21:14 -------
+Notice that the documentation states:
+
+"This method returns after either the number of characters specified
+by the count parameter are read, or the end of the file is reached".
More information about the mono-bugs
mailing list