[Mono-bugs] [Bug 59653][Blo] Changed - Beta 2 Chunked-Encoding critical bug.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 10:38:42 -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=59653
--- shadow/59653 2004-06-06 10:37:19.000000000 -0400
+++ shadow/59653.tmp.27505 2004-06-06 10:38:42.000000000 -0400
@@ -48,6 +48,11 @@
nstream.Read(buffer, 0, 4)", result will often be set to 0 even though
bytes have been copied into the buffer. Thus it would appear erroneous
bytes were copied into the buffer but the method returned that 0 bytes
were copied. Obviously this is a clue as to the error.
Clue 3: This only happens when the server uses Chunked-Encoding.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-06-06 10:38 -------
+Created an attachment (id=8019)
+Run this testcase on MS.NET and then on MONO Beta 2
+