[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
Fri, 30 Jan 2004 07:43:46 -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-01-29 20:32:11.000000000 -0500
+++ shadow/50530.tmp.20587	2004-01-30 07:43:46.000000000 -0500
@@ -165,6 +165,12 @@
 The result is exactly the same, no Preauthenticate support and a
 timeout due to the 100-continue.
 
 
 Could you please explain what exactly you fixed in CVS? Is it possible
 that the fix is not in 0.29 even though it was released after your fix?
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-30 07:43 -------
+About the timeout for 100-continue, the RFC says that the client
+should wait a reasonable timeout.
+
+I'll re-check this soon.