[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 21:15:56 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50530
--- shadow/50530 2004-02-25 18:22:14.000000000 -0500
+++ shadow/50530.tmp.17643 2004-02-25 21:15:56.000000000 -0500
@@ -438,6 +438,12 @@
sw.Flush();
sw.Close();
---snap---
The ~2s delay is in the close (so either it is so slow or some timeout
is active).
+
+------- Additional Comments From gonzalo@ximian.com 2004-02-25 21:15 -------
+Just got rid of that damned WaitForContinue. It's no longer needed
+since latest changes to call ContinueDelegate from another place.
+
+Thanks again!