[Mono-bugs] [Bug 59485][Wis] Changed - Crash/Exception when using threads and WebRequest

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Jun 2004 17:13:51 -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=59485

--- shadow/59485	2004-06-02 16:03:53.000000000 -0400
+++ shadow/59485.tmp.772	2004-06-02 17:13:51.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59485
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bugs@prettypeople.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -41,6 +41,13 @@
 2nd June 2004.
 
 ------- Additional Comments From bugs@prettypeople.org  2004-06-02 16:03 -------
 Created an attachment (id=7974)
 C# program that reproduces the problem
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-02 17:13 -------
+This has nothing to do with HttpWebRequest et al.
+Your program locks forever when run.
+
+I'm attaching a versiont that actually works and uses the async.
+methods instead of creating a new thread to monitor the progress.