[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:00:07 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 horst.reiterer at mind-breeze.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77432
--- shadow/77432 2006-02-02 04:52:56.000000000 -0500
+++ shadow/77432.tmp.18550 2006-02-02 05:00:07.000000000 -0500
@@ -167,6 +167,11 @@
ResponseStream output =
context.Connection.GetResponseStream ();
output.InternalWrite (_100continue, 0,
_100continue.Length);
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
+
More information about the mono-bugs
mailing list