[Mono-bugs] [Bug 80098][Nor] Changed - WebException receiving from in process listener
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 1 16:56:13 EST 2006
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 at ximian.com.
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: gonzalo at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -48,6 +48,13 @@
To reproduce, compile and run the attached code snippet on Mono/Windows.
------- Additional Comments From gert.driesen at pandora.be 2006-11-30 08:54 -------
Created an attachment (id=18197)
Repro
+
+------- Additional Comments From gonzalo at ximian.com 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
More information about the mono-bugs
mailing list