[Mono-bugs] [Bug 44691][Nor] Changed - System.Net.WebException: The request timed out

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 15 Jun 2003 08:43:20 -0400 (EDT)


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 tberman@gentoo.org.

http://bugzilla.ximian.com/show_bug.cgi?id=44691

--- shadow/44691	Sun Jun 15 08:42:37 2003
+++ shadow/44691.tmp.21226	Sun Jun 15 08:43:20 2003
@@ -117,6 +117,14 @@
 
 
 ------- Additional Comments From tberman@gentoo.org  2003-06-15 08:42 -------
 Created an attachment (id=4608)
 Patch for SoapHttpClientProtocol
 
+
+------- Additional Comments From tberman@gentoo.org  2003-06-15 08:43 -------
+I am going to use this bug to just attach a patch that deals with
+System.Web.Services. It fixes up SoapHttpClientProtocol.cs to set the
+ContentLength before asking for the RequestStream per the MS spec.
+
+However, there is still no real way to test this because it appears
+that HttpWebRequest can't properly handle POST.