зеркало из https://github.com/mono/mail-archives.git
89 строки
3.5 KiB
HTML
89 строки
3.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 47404][Cri] Changed - System.IO.StreamReader's impl of buffers balks on non seeking streams
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40indri.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006814.html">
|
|
<LINK REL="Next" HREF="006816.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 47404][Cri] Changed - System.IO.StreamReader's impl of buffers balks on non seeking streams
|
|
</H1>
|
|
<B>bugzilla-daemon@indri.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40indri.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 47404][Cri] Changed - System.IO.StreamReader's impl of buffers balks on non seeking streams">bugzilla-daemon@indri.ximian.com
|
|
</A><BR>
|
|
<I>Sun, 10 Aug 2003 19:02:35 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006814.html">[Mono-bugs] [Bug 45844][Wis] Changed - Why there's not a System.Data component?
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006816.html">[Mono-bugs] [Bug 44691][Nor] Changed - WebService sample does not work
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6815">[ date ]</a>
|
|
<a href="thread.html#6815">[ thread ]</a>
|
|
<a href="subject.html#6815">[ subject ]</a>
|
|
<a href="author.html#6815">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:miguel@ximian.com.">miguel@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47404">http://bugzilla.ximian.com/show_bug.cgi?id=47404</A>
|
|
|
|
--- shadow/47404 2003-08-05 15:07:36.000000000 -0400
|
|
+++ shadow/47404.tmp.21098 2003-08-10 19:02:35.000000000 -0400
|
|
@@ -1,13 +1,13 @@
|
|
Bug#: 47404
|
|
Product: Mono/Class Libraries
|
|
Version: unspecified
|
|
OS: Red Hat 9.0
|
|
OS Details: CVS -- up to date
|
|
-Status: NEW
|
|
-Resolution:
|
|
+Status: RESOLVED
|
|
+Resolution: FIXED
|
|
Severity: Unknown
|
|
Priority: Critical
|
|
Component: CORLIB
|
|
AssignedTo: <A HREF="mailto:martin@ximian.com">martin@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:bmaurer@users.sf.net">bmaurer@users.sf.net</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
@@ -79,6 +79,9 @@
|
|
the code of StreamReader when the method is called. It does not *ever*
|
|
have a call to .Position. In fact, the only method call was
|
|
Encoding.GetDecoder ().
|
|
|
|
So I think the impl of DiscardBufferedData is not meant to update the
|
|
position in the stream.
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:miguel@ximian.com">miguel@ximian.com</A> 2003-08-10 19:02 -------
|
|
+Fixed.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006814.html">[Mono-bugs] [Bug 45844][Wis] Changed - Why there's not a System.Data component?
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006816.html">[Mono-bugs] [Bug 44691][Nor] Changed - WebService sample does not work
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6815">[ date ]</a>
|
|
<a href="thread.html#6815">[ thread ]</a>
|
|
<a href="subject.html#6815">[ subject ]</a>
|
|
<a href="author.html#6815">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|