[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 22:57:58 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=496905

User draekz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=496905#c5


Philippe Durand <draekz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
      Info Provider|draekz at gmail.com            |




--- Comment #5 from Philippe Durand <draekz at gmail.com>  2009-04-21 20:57:56 MDT ---
- I'm not sure what an RST send is. Whatever is sent out is done by the Mono
library. I only create HTTP requests, pump data into them, and get the
responses from the server. There are no other communication calls in the
FBConnection class.

- I have updated my code to simply create the reader and ReadToEnd, it was more
of a test to see if I was getting an exception trying to read all the data.

- he only thing that is done in the FacebookTest apps IS basically a main that
uses the class. Since there are Async calls, i cannot just create a normal
console based main without the program ending and nothing happening. I needed a
loop so I just used the WinForms window or GTK window to achieve this without
having to use wait handlers. I will provide the code for that if you like.

Let me know if there is anything else you need.

-- 
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