http://bugzilla.novell.com/show_bug.cgi?id=347895
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=347895#c2 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Gonzalo Paniagua Javier <[email protected]> 2009-07-10 15:40:07 MDT --- It's not like MS.NET does an impressive job here. The following is the output from the sample program I'm attaching: C:\tests>WebClientProgress.exe Press any key to exit Reading 52428800 bytes Received: 0 Sent: 52428800 %: 50 Total receive: -1 Total send: 52428800 Received: 22 Sent: 52428800 %: -1050 Total receive: -1 Total send: 52428800 Received: 22 Sent: 52428800 %: 100 Total receive: 22 Total send: 52428800 Finished uploading data: Result length: 22 --BEGIN Received-- Entire response read --END Received-- On mono we get: Press any key to exit Reading 52428800 bytes Finished uploading data: Result length: 21 --BEGIN Received-- Entire response read --END Received-- I guess that one event before writing, another one after and when we receive the response should be fine. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
