[Mono-bugs] [Bug 496905] Mono's HttpWebRequest/Response do not pull all chunked HTML data.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 21 18:57:25 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=496905
User gonzalo at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=496905#c4
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |draekz at gmail.com
--- Comment #4 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2009-04-21 16:57:24 MDT ---
-The tcpdump output shows a bunch of RST send from the client.
-The class is reading char by char from a StreamReader and storing that into a
StringBuilder instead of just: reader.ReadToEnd () and you get a string.
-Given that you have access to the code in the app, can you attach a simple
Main that uses the attachment in comment #2 in the SAME way that the app does
it?
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list