[Mono-bugs] [Bug 67355][Wis] Changed - [PATCH] XSP exposes a socket bug
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 10:06:46 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67355
--- shadow/67355 2004-10-14 06:50:54.000000000 -0400
+++ shadow/67355.tmp.28650 2004-10-14 10:06:46.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 67355
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: osx 10.3.5
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
@@ -110,6 +110,15 @@
------- Additional Comments From dick@ximian.com 2004-10-14 06:50 -------
Patch committed to 1.0 and HEAD.
If you could let me know if this applies to other BSDs, and cook up
the required configure.in stuff that would be great (checking for
features is much better than checking platforms...)
+
+------- Additional Comments From dick@ximian.com 2004-10-14 10:06 -------
+And I've reverted it again :)
+
+We decided that because the MS runtime sets newly accepted sockets to
+the same blocking status as the listening socket, that XSP should be
+fixed to cope, and that our Socket class now explicitly sets the
+blocking status of newly accepted sockets.
+