[Mono-bugs] [Bug 74573][Nor] Changed - after HttpWebRequest application does not finish on Windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Apr 2005 17:30:12 -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=74573

--- shadow/74573	2005-04-12 04:20:29.000000000 -0400
+++ shadow/74573.tmp.22127	2005-04-12 17:30:12.000000000 -0400
@@ -1,25 +1,24 @@
 Bug#: 74573
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: Windows XP SP2
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: after HttpWebRequest application does not finish on Windows
 
-
 application does not finish after HttpWebRequest is used. It happens AFAIK
 only on Windows.
 
 using System;
 using System.Net;
 
@@ -59,6 +58,9 @@
 . . . . . . . LEAVE: X:Main ()
 . . . . . . LEAVE: (wrapper runtime-invoke)
 System.Object:runtime_invoke_void
 (object,intptr,intptr,intptr)[OBJECT:00000000]
 
 Maybe some threads blocks the runtime to finish?
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-12 17:30 -------
+Fixed in SVN.