[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:52:01 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:51:29.000000000 -0500
+++ shadow/77432.tmp.19001 2006-02-02 05:52:01.000000000 -0500
@@ -183,6 +183,11 @@
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.
+
+------- Additional Comments From pawel.sakowski at mind-breeze.com 2006-02-02 05:52 -------
+Created an attachment (id=16439)
+Proposed fix for the chunked issue
+
More information about the mono-bugs
mailing list