зеркало из https://github.com/mono/mail-archives.git
169 строки
5.4 KiB
HTML
169 строки
5.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 411861] StreamReader.ReadToEnd() does not come to end in some cases
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20411861%5D%20StreamReader.ReadToEnd%28%29%20does%20not%20come%20to%0A%20end%20in%20some%20cases&In-Reply-To=bug-411861-28286%40https.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="077064.html">
|
|
<LINK REL="Next" HREF="077067.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 411861] StreamReader.ReadToEnd() does not come to end in some cases</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20411861%5D%20StreamReader.ReadToEnd%28%29%20does%20not%20come%20to%0A%20end%20in%20some%20cases&In-Reply-To=bug-411861-28286%40https.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 411861] StreamReader.ReadToEnd() does not come to end in some cases">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Thu Jul 24 10:41:42 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="077064.html">[Mono-bugs] [Bug 411861] New: StreamReader.ReadToEnd() does not come to end in some cases
|
|
</A></li>
|
|
<LI>Next message: <A HREF="077067.html">[Mono-bugs] [Bug 411861] StreamReader.ReadToEnd() does not come to end in some cases
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#77065">[ date ]</a>
|
|
<a href="thread.html#77065">[ thread ]</a>
|
|
<a href="subject.html#77065">[ subject ]</a>
|
|
<a href="author.html#77065">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=411861">https://bugzilla.novell.com/show_bug.cgi?id=411861</A>
|
|
|
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">torsten.zachert at teserco.de</A> added comment
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=411861#c1">https://bugzilla.novell.com/show_bug.cgi?id=411861#c1</A>
|
|
|
|
|
|
Torsten Zachert <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">torsten.zachert at teserco.de</A>> changed:
|
|
|
|
What |Removed |Added
|
|
----------------------------------------------------------------------------
|
|
CC| |<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">torsten.zachert at teserco.de</A>
|
|
|
|
|
|
|
|
|
|
--- Comment #1 from Torsten Zachert <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">torsten.zachert at teserco.de</A>> 2008-07-24 08:41:42 MDT ---
|
|
this code works in MS.NET 2.0
|
|
|
|
-----------------------------------
|
|
|
|
After long time there comes an exception:
|
|
|
|
Unhandled Exception: System.Net.WebException: The operation has timed out.
|
|
at System.Net.WebConnectionStream.Read (System.Byte[] buffer, Int32 offset,
|
|
Int32 size) [0x00091] in
|
|
/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/System/System.Net/WebConnectionStream.cs:262
|
|
at System.IO.Compression.DeflateStream.ReadInternal (System.Byte[] array,
|
|
Int32 offset, Int32 count) [0x0005b] in
|
|
/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/System/System.IO.Compression/DeflateStream.cs:162
|
|
at System.IO.Compression.DeflateStream.Read (System.Byte[] dest, Int32
|
|
dest_offset, Int32 count) [0x00080] in
|
|
/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/System/System.IO.Compression/DeflateStream.cs:214
|
|
at System.IO.Compression.GZipStream.Read (System.Byte[] dest, Int32
|
|
dest_offset, Int32 count) [0x00000] in
|
|
/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/System/System.IO.Compression/GzipStream.cs:62
|
|
at System.IO.StreamReader.ReadBuffer () [0x00012] in
|
|
/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/corlib/System.IO/StreamReader.cs:338
|
|
at System.IO.StreamReader.Read (System.Char[] dest_buffer, Int32 index, Int32
|
|
count) [0x00077] in
|
|
/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/corlib/System.IO/StreamReader.cs:398
|
|
at System.IO.StreamReader.ReadToEnd () [0x00036] in
|
|
/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/corlib/System.IO/StreamReader.cs:496
|
|
at Program.Main (System.String[] args) [0x00070] in
|
|
/home/linux/SSL-Test2/SSL-Test2/Main.cs:32
|
|
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="077064.html">[Mono-bugs] [Bug 411861] New: StreamReader.ReadToEnd() does not come to end in some cases
|
|
</A></li>
|
|
<LI>Next message: <A HREF="077067.html">[Mono-bugs] [Bug 411861] StreamReader.ReadToEnd() does not come to end in some cases
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#77065">[ date ]</a>
|
|
<a href="thread.html#77065">[ thread ]</a>
|
|
<a href="subject.html#77065">[ subject ]</a>
|
|
<a href="author.html#77065">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|