[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 15:07:23 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 jlarimer at gmail.com.

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

--- shadow/75526	2007-01-23 15:06:51.000000000 -0500
+++ shadow/75526.tmp.1126	2007-01-23 15:07:23.000000000 -0500
@@ -175,6 +175,11 @@
   Server: Sent 3 bytes
 
 It never returns. With the attached proposed patch, it works 
 correctly. I believe this IS a bug, because the MS documentation 
 states that StreamReader.Read() should return the amount of data 
 available, and only block if there is no data available. 
+
+------- Additional Comments From jlarimer at gmail.com  2007-01-23 15:07 -------
+Created an attachment (id=18541)
+Test program
+


More information about the mono-bugs mailing list