[Mono-bugs] [Bug 70484][Nor] Changed - Multiple successive web requests blocks until timeout

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Dec 2004 18:51:16 -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=70484

--- shadow/70484	2004-12-12 18:35:27.000000000 -0500
+++ shadow/70484.tmp.3148	2004-12-12 18:51:16.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70484
 Product: Mono: Class Libraries
 Version: 1.0
 OS: GNU/Linux [Other]
 OS Details: paldo (Linux 2.6, NPTL)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: j@bitron.ch               
 QAContact: mono-bugs@ximian.com
@@ -59,6 +59,17 @@
 doesn't get hit as bug 70483 will get hit first.
 
 ------- Additional Comments From j@bitron.ch  2004-12-12 08:49 -------
 Created an attachment (id=13483)
 Testcase
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-12-12 18:51 -------
+Fixed in SVN.
+
+Notice that now I get this error:
+
+Unhandled Exception: System.Net.WebException: Error getting response
+stream (Write): SendFailure ---> System.IO.IOException: The
+authentication or decryption has failed.
+
+because you didn't set the ClientCertificates...