[Mono-bugs] [Bug 39374][Nor] Changed - invalid implementation of System.Net.WebClient.OpenRead?
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 6 May 2003 17:56:55 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=39374
--- shadow/39374 Sat Mar 8 19:43:00 2003
+++ shadow/39374.tmp.12687 Tue May 6 17:56:55 2003
@@ -1,17 +1,17 @@
Bug#: 39374
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: mathias.hasselmann@gmx.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: invalid implementation of System.Net.WebClient.OpenRead?
@@ -42,6 +42,9 @@
public Stream OpenRead (string address)
{
WebRequest request = WebRequest.Create(address);
return request.GetResponse().GetResponseStream();
}
+
+------- Additional Comments From miguel@ximian.com 2003-05-06 17:56 -------
+Reassigned