[Mono-bugs] [Bug 72185][Nor] Changed - Operation on non-blocking socket would block

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Feb 2005 19:46:34 -0500 (EST)


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=72185

--- shadow/72185	2005-02-03 11:17:52.000000000 -0500
+++ shadow/72185.tmp.3170	2005-02-04 19:46:34.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 72185
 Product: Mono: Runtime
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: XP Pro SP2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: io-layer
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: monkey@gmx.info               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Operation on non-blocking socket would block
@@ -224,6 +224,10 @@
 			Console.WriteLine("Request was echoed back correctly.");
 
 		/* close connection */
 		socket.Close();
 	}
 }
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-04 19:46 -------
+Another bug that might be fixed with the upcoming patch for Socket.cs
+async methods rewrite.