[Mono-bugs] [Bug 347895] WebClient does not raise UploadProgressChanged events
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 10 17:40:08 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=347895
User gonzalo at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=347895#c2
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Gonzalo Paniagua Javier <gonzalo at novell.com> 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.
More information about the mono-bugs
mailing list