[Mono-bugs] [Bug 70827][Nor] Changed - Reading from an Empty Non-Blocking socket will (Incorrectly) close the Socket
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 31 Dec 2004 08:20:44 -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=70827
--- shadow/70827 2004-12-30 14:08:15.000000000 -0500
+++ shadow/70827.tmp.12984 2004-12-31 08:20:43.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 70827
Product: Mono: Class Libraries
Version: 1.1
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: scott@imeem.com
QAContact: mono-bugs@ximian.com
@@ -53,6 +53,9 @@
Additional Information:
It looks like Receive_internal checks for an error code, if this is set it closes the connection
without actually checking what the error code is, there are many error codes which are more
informative and do not indicate a failure in the underlying tcp socket. The type of code should be
checked and the socket should only be closed if the error indicates the underlying connection is
broken.
+
+------- Additional Comments From gonzalo@ximian.com 2004-12-31 08:20 -------
+This is fixed in SVN head and 1-0