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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77432 --- shadow/77432 2006-02-02 05:00:07.000000000 -0500 +++ shadow/77432.tmp.18989 2006-02-02 05:51:29.000000000 -0500 @@ -172,6 +172,17 @@ The bug related to chunked encoding represents a separate issue. ------- Additional Comments From [EMAIL PROTECTED] 2006-02-02 05:00 ------- Created an attachment (id=16438) Patch set #1 as attachment + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-02 05:51 ------- +The chunked-related portion of this report turned out to be in no way +related to the original non-chunked report. + +The test case above isn't 100% reproducible. The bug occurs only if +enough data arrives at once to reach the chunk trailer, but the Read +provides a buffer that's not big enough to read all the data at once. +In that case, subsequent Reads should keep on reading from the +decoder, even though !decoder.WantMore. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
