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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80098 --- shadow/80098 2006-11-30 08:57:00.000000000 -0500 +++ shadow/80098.tmp.1160 2006-12-01 16:56:13.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80098 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: NOTABUG Severity: Unknown Priority: Normal Component: System AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -48,6 +48,13 @@ To reproduce, compile and run the attached code snippet on Mono/Windows. ------- Additional Comments From [EMAIL PROTECTED] 2006-11-30 08:54 ------- Created an attachment (id=18197) Repro + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-01 16:56 ------- +The problem is that you close the socket without letting the OS time +for sending the data. So the client gets a RST and hence the error +that you get on windows. Why it works on linux? Linux is better? :-) + +See the code in xsp/src/Mono.WebServer/LingeringNetworkStream.cs _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
