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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
