[Mono-bugs] [Bug 358987] HttpListener leaking socket file descriptors

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 3 10:48:35 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=358987

User dick at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=358987#c10





--- Comment #10 from Dick Porter <dick at novell.com>  2008-04-03 08:48:35 MST ---
As HttpConnection now does:

try {
        s.Shutdown (SocketShutdown.Both);
} finally {
        s.Close ();
}

(ie close to what the patch suggested) I'm assuming this bug is now fixed.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list