[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 17:04:23 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-10 03:55:54.000000000 -0500
+++ shadow/77753.tmp.2943	2006-03-13 17:04:23.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 77753
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: atsushi at ximian.com               
@@ -108,6 +108,11 @@
 consistently.
 
 Additional Information:
 
 When I ran the listener under mono and the client under MS.NET, they works
 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.


More information about the mono-bugs mailing list