[Mono-bugs] [Bug 70123][Wis] Changed - Server fin-ing response before data complete.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Dec 2004 02:05:01 -0500 (EST)
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=70123
--- shadow/70123 2004-12-02 05:33:07.000000000 -0500
+++ shadow/70123.tmp.7361 2004-12-03 02:05:01.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 70123
Product: Mono: Class Libraries
Version: unspecified
OS: SLES 9
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 001 One hour
Priority: Wishlist
Component: Sys.Web.Services
AssignedTo: gonzalo@ximian.com
ReportedBy: ryoung@novell.com
QAContact: mono-bugs@ximian.com
@@ -101,6 +101,14 @@
in <0x000be> System.Xml.XmlReader:ReadElementString ()
in <0x00539>
System.Xml.Serialization.XmlSerializationReader:ReadTypedPrimitive
(System.Xml.XmlQualifiedName)
this. The position varies.
+
+------- Additional Comments From gonzalo@ximian.com 2004-12-03 02:05 -------
+Fixed in SVN.
+
+NetworkStream.Write was supposed to write all the data and not trust
+Socket to do that.
+
+