[Mono-bugs] [Bug 70449][Nor] Changed - XSP: Sockets not being removed from the reuse hashtable.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Dec 2004 01:07:50 -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=70449

--- shadow/70449	2004-12-10 20:51:49.000000000 -0500
+++ shadow/70449.tmp.14047	2004-12-11 01:07:50.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 70449
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: mlasky@novell.com               
@@ -65,6 +65,12 @@
 ------- Additional Comments From mlasky@novell.com  2004-12-10 20:51 -------
 The patch for Linux is great in my opinion, I noticed that socket 
 handles were getting reused after the socket was closed but before 
 the Socket object was garbage collected. 
 
 This still needs to be addressed for Windows.
+
+------- Additional Comments From gonzalo@ximian.com  2004-12-11 01:07 -------
+Juraj, i think we should let socket as it is. That's what windows does
+(you probably also got a warning when removing GetHashCode).
+
+I'll do something in XSP to fix this.