[Mono-bugs] [Bug 58588][Nor] Changed - MONO Beta 1 Bug: HTTP Unbuffered Stream Chunked-Encoding problem.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 19 May 2004 04:55: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 davidandrewtaylor@hotmail.com.

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

--- shadow/58588	2004-05-17 05:16:50.000000000 -0400
+++ shadow/58588.tmp.3383	2004-05-19 04:55:55.000000000 -0400
@@ -88,6 +88,16 @@
 
 I am 99% convinced this is a nasty low-level bug in the MONO HTTP Stack.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-05-17 05:16 -------
 If you provide a tcpdump file with the request/response to/from the
 server, I can simulate the same session locally.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-05-19 04:55 -------
+I have uploaded a TCPDump showing this bug in more detail.  It looks 
+like MONO is closing the connection to the server before the entire 
+chunked-encoded information is received.  Note that reproduction of 
+this bug is "VERY" sensitive to what the server is doing at the 
+time.  For example, when running tcpdump outputting to a binary 
+file, MONO was failing; whilst when running tcpdump outputting to a 
+console MONO was always working correctly.  I am very sure this is a 
+low level HTTP bug on MONO to do with chunked encoding.