[Mono-bugs] [Bug 54668][Maj] New - WebConnection is giving up too quickly/easily

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 20 Feb 2004 14:40:36 -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 joe@ximian.com.

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

--- shadow/54668	2004-02-20 14:40:36.000000000 -0500
+++ shadow/54668.tmp.25190	2004-02-20 14:40:36.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 54668
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: joe@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: james@ximian.com,naresh@ximian.com,tambet@ximian.com
+Summary: WebConnection is giving up too quickly/easily
+
+Currently WebConnection will throw an error if the header part of the
+response is not totally read in one chunk off the socket.
+
+The attached test case implements a simple HTTP server which delays half a
+second after sending the status line ("HTTP/1.0 200 OK") before sending the
+rest of the response.  The test case also implements a client which
+connects to that server and traces back because of this error.
+
+This is a blocker for birdman.