[Mono-bugs] [Bug 74475][Nor] Changed - BeginWrite returns to the callback before all bytes are written

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 23:31:30 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74475

--- shadow/74475	2005-04-07 21:18:15.000000000 -0400
+++ shadow/74475.tmp.15182	2005-04-08 23:31:30.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 74475
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: AMD64 + Gentoo + NPTL
-Status: REOPENED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: harningt@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: BeginWrite returns to the callback before all bytes are written
@@ -75,6 +75,9 @@
 
 Quite interestin...
 As a side-note, the BeginReceive doesn't have such a requirement
 [which is good because it could easily cause a forever blocking
 situation].
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-08 23:31 -------
+I'll do some testing and if it's as you say, i'll fix this.