[Mono-bugs] [Bug 80527][Blo] New - HttpListener: 'Content-Length' is optional in request header

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 15 20:55:11 EST 2007


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 steveb at mindtouch.com.

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

--- shadow/80527	2007-01-15 20:55:11.000000000 -0500
+++ shadow/80527.tmp.16776	2007-01-15 20:55:11.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 80527
+Product: Mono: Class Libraries
+Version: 1.2
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: steveb at mindtouch.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpListener: 'Content-Length' is optional in request header
+
+In HTTP/1.1, the presence of the 'Content-Length' header is optional.  If
+none is provided and there is no 'Transfer-Encoding' header, the
+message-body should be ignored.  In this case, "Content-Length: 0" should
+be inserted into the request header collection.
+
+See for reference:
+http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.3


More information about the mono-bugs mailing list