[Mono-bugs] [Bug 59653][Blo] Changed - Beta 2 Chunked-Encoding critical bug.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 14:55:02 -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 gonzalo@ximian.com.

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

--- shadow/59653	2004-06-06 13:55:44.000000000 -0400
+++ shadow/59653.tmp.30187	2004-06-06 14:55:02.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59653
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -60,6 +60,33 @@
 ------- Additional Comments From gonzalo@ximian.com  2004-06-06 13:52 -------
 Ok. I can reproduce the bug (but i get "<?xml ve" under MS)
 
 ------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-06 13:55 -------
 Yes the MS output is correct - I am only printing out the first 8 
 characters in the test case.
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-06 14:55 -------
+Fixed in CVS. I love good test cases :-)
+
+gonzalo@k7:/tmp$ mono chunk.exe
+Trying with KeepAlive=false to demo the incorrect characters returned
+Returned string should be: <?xml vers
+Returned bytes should be: 60 63 120 109 108 32 118 101 114 115
+Trying 1: Bytes:60 0 0 0 0 0 0 0 0 0 String:<
+Trying 2: Bytes:60 63 0 0 0 0 0 0 0 0 String:<?
+Trying 3: Bytes:60 63 120 0 0 0 0 0 0 0 String:<?x
+Trying 4: Bytes:60 63 120 109 0 0 0 0 0 0 String:<?xm
+Trying 5: Bytes:60 63 120 109 108 0 0 0 0 0 String:<?xml
+Trying 6: Bytes:60 63 120 109 108 32 0 0 0 0 String:<?xml
+Trying 7: Bytes:60 63 120 109 108 32 118 0 0 0 String:<?xml v
+Trying 8: Bytes:60 63 120 109 108 32 118 101 0 0 String:<?xml ve
+Trying with KeepAlive=true to demonstrate connection timeouts
+Returned string should be: <?xml vers
+Returned bytes should be: 60 63 120 109 108 32 118 101 114 115
+Trying 1: Bytes:60 0 0 0 0 0 0 0 0 0 String:<
+Trying 2: Bytes:60 63 0 0 0 0 0 0 0 0 String:<?
+Trying 3: Bytes:60 63 120 0 0 0 0 0 0 0 String:<?x
+Trying 4: Bytes:60 63 120 109 0 0 0 0 0 0 String:<?xm
+Trying 5: Bytes:60 63 120 109 108 0 0 0 0 0 String:<?xml
+Trying 6: Bytes:60 63 120 109 108 32 0 0 0 0 String:<?xml
+Trying 7: Bytes:60 63 120 109 108 32 118 0 0 0 String:<?xml v
+Trying 8: Bytes:60 63 120 109 108 32 118 101 0 0 String:<?xml ve