[Mono-bugs] [Bug 82629][Nor] New - System.Net.HttpListenerRequest.HasEntityBody is backward

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 29 11:49:56 EDT 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 doc.formatique at gmail.com.

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

--- shadow/82629	2007-08-29 11:49:56.000000000 -0400
+++ shadow/82629.tmp.1882	2007-08-29 11:49:56.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 82629
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: doc.formatique at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Net.HttpListenerRequest.HasEntityBody is backward
+
+Description of Problem:
+
+System.Net.HttpListenerRequest.HasEntityBody returns True if (method ==
+"GET" || method == "HEAD" || content_length <= 0 || is_chunked).
+
+There's a missing '!' in front of the checks
+
+Regards,
+
+yves


More information about the mono-bugs mailing list