https://bugzilla.novell.com/show_bug.cgi?id=411861

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=411861#c2





--- Comment #2 from Torsten Zachert <[EMAIL PROTECTED]>  2008-07-24 09:45:23 
MDT ---
If I use:

string html = string.Empty;
while (-1 != streamReader.Peek())
{                        
    html += streamReader.ReadLine();
}
Console.WriteLine(html);

instead of:

string html = new StreamReader(stream).ReadToEnd();

the loop hangs too..

I think there is a buffer problem...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to