[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
Fri, 11 Feb 2005 18:02:31 -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:01:27.000000000 -0500
+++ shadow/72443.tmp.6311	2005-02-11 18:02:31.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 72443
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: Tested in WinXp sp2 and Ununtu linux
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: e.mulder@cybercomm.nl               
@@ -81,6 +81,11 @@
 
 
 ------- Additional Comments From gonzalo@ximian.com  2005-02-11 18:01 -------
 Created an attachment (id=14195)
 Patch that fixes the problem.
 
+
+------- 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.