[Mono-bugs] [Bug 45463][Wis] Changed - WebResponse returning NULL half-way through stream sometimes
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 20 Jul 2003 07:18:37 -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=45463
--- shadow/45463 Sun Jul 20 02:54:36 2003
+++ shadow/45463.tmp.4151 Sun Jul 20 07:18:37 2003
@@ -1,13 +1,13 @@
Bug#: 45463
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: System.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: nat@ximian.com
QAContact: mono-bugs@ximian.com
@@ -395,6 +395,12 @@
Console.WriteLine ("Read {0} bytes", c);
} while (c > 0);
Console.WriteLine ("Done");
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-07-20 07:18 -------
+Fixed in CVS.
+
+Big thanks to Miguel for tracking this down and providing a simple
+test case.