[Mono-bugs] [Bug 74561][Maj] New - HttpWebRequest.GetResponse() returns null
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 9 Apr 2005 17:17:44 -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 james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74561
--- shadow/74561 2005-04-09 17:17:44.000000000 -0400
+++ shadow/74561.tmp.25122 2005-04-09 17:17:44.000000000 -0400
@@ -0,0 +1,19 @@
+Bug#: 74561
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: james@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: HttpWebRequest.GetResponse() returns null
+
+HttpWebRequest.GetResponse() returns null if it gets a 304. It should
+throw a WebException, as it was doing earlier this week :)