[Mono-bugs] [Bug 53971][Wis] New - 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:56: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 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.5749	2004-02-06 06:56:31.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 53971
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: micke@imendio.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Reading from a StreamReader of a web response stream sometimes hangs
+
+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.