[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
Thu, 19 Feb 2004 12:46: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 gonzalo@ximian.com.

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

--- shadow/50530	2004-02-17 12:31:20.000000000 -0500
+++ shadow/50530.tmp.5473	2004-02-19 12:46:14.000000000 -0500
@@ -347,6 +347,14 @@
 in <0x00055> System.IO.StreamWriter:Flush ()
 in <0x00028> System.IO.StreamWriter:Dispose (bool)
 in <0x00013> System.IO.StreamWriter:Close ()
 in <0x001b0> httpclient:Main ()
 ---snap---
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-19 12:46 -------
+It would be nice if you can provide something like the headers from/to
+the server that the reporter provided in bug 54543. With that, I will
+be able to reproduce the same conditions as you have with the
+different servers.
+
+Btw, the BeginWrite stuff is already fixed.