[Mono-bugs] [Bug 26877][Wis] Changed - tcpClient.NoDelay = true; throws an Exception on windows

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
24 Jun 2002 13:28:58 -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 08:18:52 2002
+++ shadow/26877.tmp.3243	Mon Jun 24 09:28:58 2002
@@ -1,14 +1,14 @@
 Bug#: 26877
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Windows 2000 Server
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: VBerlin@inetsoftware.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -43,6 +43,12 @@
 
 How often does this happen? 
 It occur ever.
 
 Additional Information:
 In version from 20.Jun
+
+------- 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.