[Mono-bugs] [Bug 66858][Nor] Changed - HttpWebResponse ResponseStream blocks indefinitely when trying to Read from it

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 4 Dec 2004 07:37:45 -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=66858

--- shadow/66858	2004-10-05 01:18:25.000000000 -0400
+++ shadow/66858.tmp.30874	2004-12-04 07:37:45.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 66858
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Debian unstable using Mono 1.0.1
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: hova__0@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -133,6 +133,15 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2004-10-04 09:13 -------
 Trying to reproduce. No luck by now. The test is running.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-10-05 01:18 -------
 Reproduced the bug.
+
+------- Additional Comments From gonzalo@ximian.com  2004-12-04 07:37 -------
+Fixed in SVN HEAD and 1-0.
+
+The problem was that the server closed the connection in the middle of
+a chunk and we didn't handle that as we should.
+
+Thanks.
+