[Mono-bugs] [Bug 77432][Maj] Changed - System.Net.HttpListener hangs reading past end of a non-chunked response

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 2 05:51:29 EST 2006


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 pawel.sakowski at mind-breeze.com.

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 horst.reiterer at mind-breeze.com  2006-02-02 05:00 -------
 Created an attachment (id=16438)
 Patch set #1 as attachment
 
+
+------- Additional Comments From pawel.sakowski at mind-breeze.com  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.
+


More information about the mono-bugs mailing list