[Mono-bugs] [Bug 60801][Maj] Changed - Adding a call to System.Net.ServicePointManager.DefaultConnectionLimit kills any application!
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Jun 2004 13:41:28 -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=60801
--- shadow/60801 2004-06-27 14:22:46.000000000 -0400
+++ shadow/60801.tmp.17943 2004-06-28 13:41:28.000000000 -0400
@@ -192,6 +192,9 @@
Console.WriteLine("runningsigned");
System.Net.ServicePointManager.DefaultConnectionLimit = 10;
}
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-28 13:41 -------
+The program works fine here. Looks like a wrong installation