Miha Vrhovnik wrote: > download size is 189.376 or almost twice as much.
That's *exactly* twice the amount of data reported by the server. The change in the message size (compared what was received and what was saved) might be caused by many things; for example, if the server stores the data in *nix-style, and it's stored in Windows (the differences are rather "small", only couple of percent of the whole message size) - cause for could be the different line separators used in these systems (one byte on *nix, two on Windoze). This of course does not explain why you're getting double amount of data transfer from the OnStatus-handler. Are you sure you're not adding the value twice to the cumulative bytecount? -- Markku Uttula ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
