[Mono-bugs] [Bug 79576][Wis] Changed - Exception when stopping HttpListener

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 4 15:36:29 EDT 2006


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 at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79576

--- shadow/79576	2006-10-04 10:45:45.000000000 -0400
+++ shadow/79576.tmp.15057	2006-10-04 15:36:29.000000000 -0400
@@ -58,6 +58,16 @@
 	HttpConnection conn = new HttpConnection (accepted, epl, epl.secure);
 	conn.BeginReadRequest ();
 }
 
 The exception is can't access to a deleted object, name of the object :
 'System.Net.Sockets.Socket'
+
+------- Additional Comments From gonzalo at ximian.com  2006-10-04 15:36 -------
+I cannot reproduce this problem.
+I'll attach the full test case I used.
+Running that and then 'telnet localhost 8100' from another terminal
+and sending 'GET / HTTP/1.0' I get a response and the server side
+finishes properly.
+
+Please, add more detail on how you get this problem and the version of
+mono that you're using.


More information about the mono-bugs mailing list