[Mono-bugs] [Bug 58588][Nor] Changed - MONO Beta 1 Bug: HTTP Unbuffered Stream Chunked-Encoding problem.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 21:30:41 -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 davidandrewtaylor@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58588
--- shadow/58588 2004-06-06 21:27:39.000000000 -0400
+++ shadow/58588.tmp.1626 2004-06-06 21:30:41.000000000 -0400
@@ -1,23 +1,24 @@
Bug#: 58588
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEEDINFO
+Status: CLOSED
Resolution:
Severity: 004 Four hours
Priority: Normal
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: MONO Beta 1 Bug: HTTP Unbuffered Stream Chunked-Encoding problem.
+BugsThisDependsOn: 59653[FIXED]
OtherBugsDependingOnThis: 58543[FIXED]
Description of Problem:
I have found a nasty bug in MONO Beta 1 that has been pestering me for
some months and it is only now I have had enough time to get enough
details to provide a full report. This bug ONLY occurs on MONO and never
@@ -142,6 +143,15 @@
was not environmental.
------- Additional Comments From gonzalo@ximian.com 2004-06-06 15:06 -------
Can you check if this works now? Seems like the bug on chunked streams
I just fixed might affect this because the sys.xml classes begin
reading a few bytes from the stream.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-06-06 21:30 -------
+Yes Gonzalo, I can verify your fix to bug 59653 has also fixed this
+bug. The XmlTextReader was using ReadByte() which was having issues
+with the chunked encoding problem.
+
+I can now verify this bug is resolved!
+
+Thanks!