[Mono-bugs] [Bug 53971][Wis] Changed - Reading from a StreamReader of a web response stream sometimes hangs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 Feb 2004 06:57:18 -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 micke@imendio.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53971
--- shadow/53971 2004-02-06 06:56:31.000000000 -0500
+++ shadow/53971.tmp.5762 2004-02-06 06:57:18.000000000 -0500
@@ -19,6 +19,11 @@
Description of Problem:
Sometimes when reading of a StreamReader that's been created with
StreamReader reader = new StreamReader(webResponse.GetResponseStream())
hangs. Simple test file attached.
The problem seemed to start in CVS a couple of weeks ago.
+
+------- Additional Comments From micke@imendio.com 2004-02-06 06:57 -------
+Created an attachment (id=6627)
+Run with for example http://gnomedesktop.org/backend2.php
+