[Mono-bugs] [Bug 72443][Nor] Changed - When the methode HttpWebRequest.Close is invoked it try's to read the whole url. It should only release the resources. For big files the close methode thakes forever.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Feb 2005 18:12:46 -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=72443

--- shadow/72443	2005-02-11 18:02:31.000000000 -0500
+++ shadow/72443.tmp.19097	2005-02-12 18:12:46.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72443
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: Tested in WinXp sp2 and Ununtu linux
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: e.mulder@cybercomm.nl               
 QAContact: mono-bugs@ximian.com
@@ -86,6 +86,9 @@
 
 
 ------- Additional Comments From gonzalo@ximian.com  2005-02-11 18:02 -------
 I've attached the patch that fixes this problem. I won't commit right
 away because I want to test this change thoroughly. If it does not
 break anything, i'll commit.
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-12 18:12 -------
+Patch is in SVN.