[Mono-bugs] [Bug 74279][Wis] Changed - XML parsing Bug in MiniParser

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 3 Apr 2005 16:20:32 -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 gnauck@ag-software.de.

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

--- shadow/74279	2005-04-03 12:16:07.000000000 -0400
+++ shadow/74279.tmp.12360	2005-04-03 16:20:32.000000000 -0400
@@ -83,6 +83,14 @@
 Then setting priority as Major is improper as described in the page
 linked from above.
 
 BTW if XmlTextReader does not handle network stream where it should
 handle, then opening another bug report and posting an example code
 would be nice.
+
+------- Additional Comments From gnauck@ag-software.de  2005-04-03 16:20 -------
+when it raises XML error on reglular and valid XML then it is a issue
+for me.
+
+Microsoft broke the XmlTextReader with SP1.1. Its reads always 4K and
+blocks until 4K are available. So its not usable anymore with network
+streams. With the Mono implementation we had similar problems.