[Mono-bugs] [Bug 50530][Min] Changed - Authenticated POST requests do not work with HTTP/1.0 servers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Feb 2004 18:22:14 -0500 (EST)


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 helge.hess@opengroupware.org.

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

--- shadow/50530	2004-02-25 14:49:44.000000000 -0500
+++ shadow/50530.tmp.16438	2004-02-25 18:22:14.000000000 -0500
@@ -420,6 +420,24 @@
 Aaaarrgh! I'm sorry for that. It's fixed in CVS now.
 Thanks again.
 
 ------- Additional Comments From helge.hess@opengroupware.org  2004-02-25 14:49 -------
 Hurray! Seems to work now ;-)
 
+
+------- Additional Comments From helge.hess@opengroupware.org  2004-02-25 18:22 -------
+Hm, I have the impression that it still has a 2s timeout somewhere,
+even without expect, could that be?
+Won't reopen the bug yet again until I'm sure.
+
+This sequence:
+---snip---
+      Stream       rqStream = webRequest.GetRequestStream();
+      StreamWriter sw = new StreamWriter(rqStream);
+      sw.WriteLine("<?xml version='1.0'?>");
+      sw.WriteLine("<a></a>");
+      sw.Flush();
+      sw.Close();
+---snap---
+The ~2s delay is in the close (so either it is so slow or some timeout
+is active).
+