[Mono-bugs] [Bug 62744][Nor] Changed - Only the last cookie sent from a remote HTTP server is available via HttpWebRequest.Cookies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Aug 2004 23:08:28 -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 adam@battleaxe.net.

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

--- shadow/62744	2004-08-09 23:07:15.000000000 -0400
+++ shadow/62744.tmp.13747	2004-08-09 23:08:28.000000000 -0400
@@ -162,6 +162,10 @@
 				if (!hasValue)
 					base.Add (name, value);
 			}
 			else
 				base.Add (name, value);	
 
+
+------- Additional Comments From adam@battleaxe.net  2004-08-09 23:08 -------
+I should have mentioned above, that snippet belongs in
+SetInternal(string, string).  That's what I get for not sleeping.