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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 16 Jun 2003 15:24:32 -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:43:20 2003
+++ shadow/44691.tmp.29960	Mon Jun 16 15:24:32 2003
@@ -125,6 +125,11 @@
 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.
+
+------- Additional Comments From tberman@gentoo.org  2003-06-16 15:24 -------
+After (yet more) investigation, this turns out to only be an issue in
+xsp, as mod_mono posts fine (obviously web.services stuff doesnt work
+yet), but xsp needs to be fixed so you can POST with it.