[Mono-bugs] [Bug 55994][Nor] Changed - Http Client fails with extra headers.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 17:44:08 -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=55994
--- shadow/55994 2004-03-24 17:12:19.000000000 -0500
+++ shadow/55994.tmp.1002 2004-03-24 17:44:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 55994
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
@@ -76,6 +76,9 @@
Probably the space in the header is causing the problem .
------- Additional Comments From gonzalo@ximian.com 2004-03-24 17:12 -------
Okay, I'll "fix" this, however, RFC2616, sections 4.2 (and then 2.1
for 'token') says that the header shouldn't contain any space.
+
+------- Additional Comments From gonzalo@ximian.com 2004-03-24 17:44 -------
+Okay, we now behave like MS.