[Mono-bugs] [Bug 41180][Maj] New - Mono System.Net.HttpWebRequest doesn't handle the HTTP response 100 Continue properly

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 11 Apr 2003 09:39:51 -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 gkodinov@openlinksw.co.uk.

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

--- shadow/41180	Fri Apr 11 09:39:51 2003
+++ shadow/41180.tmp.5654	Fri Apr 11 09:39:51 2003
@@ -0,0 +1,38 @@
+Bug#: 41180
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 8.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gkodinov@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono System.Net.HttpWebRequest doesn't handle the HTTP response 100 Continue properly
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When a HTTP 100 is received the class returns it to the application 
+instead of getting the next HTTP response comming down the pipe
+
+Steps to reproduce the problem:
+1. Run the attached bug.cs in MS.NET and Mono
+
+Actual Results:
+bug.cs on Mono returns resp=[Continue]
+
+Expected Results:
+bug.cs on MS.NET returns resp=[OK]
+
+How often does this happen? 
+Every time
+
+Additional Information:
+bug.cs