[Mono-bugs] [Bug 59688][Blo] Changed - Critical Bug causing large HTTP POSTs to fail in Internet Explorer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 23:43:04 -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=59688

--- shadow/59688	2004-06-07 10:30:21.000000000 -0400
+++ shadow/59688.tmp.28729	2004-06-07 23:43:04.000000000 -0400
@@ -65,6 +65,21 @@
 
 
 ------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-07 04:23 -------
 Created an attachment (id=8029)
 Mozilla tcpdump: Note that this worked perfectly unlike the tcpdump above when I used IE.
 
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-07 23:43 -------
+This appears to be a TCP/Socket level issue.  I looked at the actual 
+TCPDump in Ethereal and noted the follwing:
+
+* When it works: at the end of the exchange both ends send a request 
+[FIN, ACK] followed by an [ACK] response.
+
+* When it fails: it appear the web server is sending a [RST, ACK] 
+and immediately terminating the connection, because it thinks the 
+web browser (IE) has sent a [TCP Dup ACK].
+
+This is obviously quite a low level networking issue in MONO or XSP, 
+and thus would not appear using Apache where it is doing the network 
+stuff.