[Mono-bugs] [Bug 41193][Maj] Changed - stream.BeginRead(...) blocks if no data is present.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 11 Apr 2003 19:13:55 -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 gonzalo@ximian.com.

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

--- shadow/41193	Fri Apr 11 12:07:49 2003
+++ shadow/41193.tmp.18644	Fri Apr 11 19:13:54 2003
@@ -1,14 +1,14 @@
 Bug#: 41193
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kuhne@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -58,6 +58,20 @@
 Waiting user response
 
 Expected Results:
 -----------------
 Waiting user response
 User input readed
+
+------- Additional Comments From gonzalo@ximian.com  2003-04-11 19:13 -------
+this is what i get running the test case under MS runtime and under
+mono runtime on windows:
+-------------
+~ $ ./bug41193.exe
+
+User input readed
+Waiting user response
+~ $ mono ./bug41193.exe
+
+User input readed
+Waiting user response
+---------------