https://bugzilla.novell.com/show_bug.cgi?id=445991
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=445991#c5 Gonzalo Paniagua Javier <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Gonzalo Paniagua Javier <[EMAIL PROTECTED]> 2008-11-20 00:30:06 MST --- Test case: ---conn.cs------- using System; using System.Net; class Test { static void Main () { WebRequest req = WebRequest.Create ("http://www.mono-project.com/"); WebResponse resp = req.GetResponse (); } } ----conn.exe.config---- <configuration> <system.net> <connectionManagement> <add address="*" maxconnection="10" /> </connectionManagement> </system.net> </configuration> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
