[Mono-bugs] [Bug 77753][Nor] Changed - HttpWebRequest does not
finish request as expected (possibly only on Windows)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 13 18:08:57 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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77753
--- shadow/77753 2006-03-13 17:04:23.000000000 -0500
+++ shadow/77753.tmp.4546 2006-03-13 18:08:57.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 77753
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: gonzalo at ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
@@ -113,6 +113,9 @@
fine. When both under .NET they also work.
------- Additional Comments From gonzalo at ximian.com 2006-03-13 17:04 -------
The client should stream.Close () on the request stream. However, MS
in this case does not need the Close as it's been Flushed and we have
ContentLength bytes in the request stream. We gotta do the same.
+
+------- Additional Comments From gonzalo at ximian.com 2006-03-13 18:08 -------
+Fixed in svn.
More information about the mono-bugs
mailing list