[Mono-bugs] [Bug 81671][Nor] Changed - HttpWebRequest reports timeout when server returns status 500

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 16 15:00:02 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 kumpera at gmail.com.

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

--- shadow/81671	2007-07-06 11:40:31.000000000 -0400
+++ shadow/81671.tmp.11714	2007-07-16 15:00:02.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 81671
 Product: Mono: Class Libraries
 Version: 1.0
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: INVALID
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: kumpera at gmail.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
@@ -25,6 +25,16 @@
 I'll attach a standalone test case in a few minutes.
 
 ------- Additional Comments From gert.driesen at pandora.be  2007-05-18 08:48 -------
 Created an attachment (id=19263)
 Standalone repro
 
+
+------- Additional Comments From kumpera at gmail.com  2007-07-16 15:00 -------
+The test is flawed, it doesn't return a valid HTTP response. 
+
+The returned payload have no headers, in that case the client uses
+connection close to determine the body length. This is what RFC 2616
+says in chap 4.4
+
+This example works if the Socket is closed after sending the payload,
+or if the Content-Length header is sent.


More information about the mono-bugs mailing list