[Mono-bugs] [Bug 56883][Maj] Changed - FileStream.EndRead returns 0 in AsyncIO Callback

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Apr 2004 17:21:31 -0400 (EDT)


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 marijn@mad.scientist.com.

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

--- shadow/56883	2004-04-12 17:15:17.000000000 -0400
+++ shadow/56883.tmp.20056	2004-04-12 17:21:31.000000000 -0400
@@ -102,6 +102,11 @@
 
 The msdn documentation for EndRead reads
 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiofilestreamclassendreadtopic.asp):
 "Return Value: The number of bytes read from the stream, between 0 and the
 number of bytes you requested. Streams only return 0 at the end of the
 stream, otherwise, they should block until at least 1 byte is available."
+
+------- Additional Comments From marijn@mad.scientist.com  2004-04-12 17:21 -------
+Created an attachment (id=7323)
+AsyncIO test showing EndRead bug (same as inline)
+