[Mono-bugs] [Bug 67980][Cri] Changed - Unhandled socket exception in XSP on Windows XP

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 11:21:11 -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=67980

--- shadow/67980	2004-10-13 07:52:04.000000000 -0400
+++ shadow/67980.tmp.30042	2004-10-14 11:21:11.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 67980
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Windows XP SP2 / .NET 1.1 Framework
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: mlasky@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -71,6 +71,11 @@
 How often does this happen? 
 Every time.
 
 Additional Information:
 
 By changing the listen_socket to blocking, the exception no longer occurs.
+
+------- Additional Comments From gonzalo@ximian.com  2004-10-14 11:21 -------
+Fixed in CVS.
+Dick made our Socket code behave like MS with regards to Blocking
+property on accepted socket (1-0 and HEAD).