[Mono-bugs] [Bug 26877][Cri] Changed - tcpClient.NoDelay = true; throws an Exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Oct 2002 16:12:55 -0000
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=26877
--- shadow/26877 Mon Jun 24 09:28:58 2002
+++ shadow/26877.tmp.16363 Thu Oct 3 12:12:55 2002
@@ -1,22 +1,22 @@
Bug#: 26877
Product: Mono/Runtime
Version: unspecified
OS: unknown
-OS Details: Windows 2000 Server
+OS Details: Mandrake Linux
Status: RESOLVED
Resolution: FIXED
Severity: Unknown
-Priority: Wishlist
+Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: VBerlin@inetsoftware.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: tcpClient.NoDelay = true; throws an Exception on windows
+Summary: tcpClient.NoDelay = true; throws an Exception
Description of Problem:
The line
tcpClient.NoDelay = true;
throws the follow exception:
@@ -49,6 +49,9 @@
------- Additional Comments From dick@ximian.com 2002-06-24 09:28 -------
Fixed in CVS.
The bool value was being passed to the runtime as an object, not the
int that it was expecting.
+
+------- Additional Comments From dick@ximian.com 2002-10-03 12:12 -------
+Fixed in CVS again.