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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76218 --- shadow/76218 2005-09-27 03:54:38.000000000 -0400 +++ shadow/76218.tmp.14837 2005-09-27 12:14:26.000000000 -0400 @@ -112,6 +112,14 @@ mode switch). ------- Additional Comments From [EMAIL PROTECTED] 2005-09-27 03:54 ------- Well, at the point where we're parsing the `<', we're always in ascii mode, aren't we ? So maybe we could just reset the decoder's state as well to make things work. + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-27 12:14 ------- +When I saw this patch for the first time on the list, I remember +asking Atsushi about the performance implications of adding more +tests to the pipeline. + +But it turned out that his path consumed less memory and was faster +than our extra layer (SeekableStream) which impacts every read. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
