[Mono-bugs] [Bug 45463][Wis] New - WebResponse returning NULL half-way through stream sometimes
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 25 Jun 2003 16:38:02 -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 nat@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45463
--- shadow/45463 Wed Jun 25 16:38:02 2003
+++ shadow/45463.tmp.3575 Wed Jun 25 16:38:02 2003
@@ -0,0 +1,24 @@
+Bug#: 45463
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: nat@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc: dick@ximian.com,gonzalo@ximian.com
+Summary: WebResponse returning NULL half-way through stream sometimes
+
+The attached code is a google screen-scraper. Sometimes, about half the
+time, StreamReader.ReadLine() is returning null mid-way through reading the
+response document. If I add little delays in there, it seems to always
+succeed.
+
+It looks like a bug in WebResponse.