[Mono-bugs] [Bug 41600][Nor] Changed - WebResponse Strem return truncated info

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 19 Apr 2003 13:22:28 -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 juancri@tagnet.org.

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

--- shadow/41600	Sat Apr 19 12:37:49 2003
+++ shadow/41600.tmp.31621	Sat Apr 19 13:22:28 2003
@@ -1,14 +1,14 @@
 Bug#: 41600
 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                            
 ReportedBy: juancri@tagnet.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -57,6 +57,9 @@
 		int num;
 		byte[] bytes = new byte[1024];
 		while ((num = stream.Read (bytes, 0, bytes.Length)) > 0)
 			Console.WriteLine (num);
 	}
 }
+
+------- Additional Comments From juancri@tagnet.org  2003-04-19 13:22 -------
+whole page