Julia Kreger c65ad42ff1 Log the number of bytes downloaded
When troubleshooting download issues, which may present
as checksum validation failures, it is difficult to understand
if the *entire* file was downloaded due to the way HTTP works.

In that, a download may start with a successful result code,
and the content is streamed out until the socket is closed.

But with HTTP there is no way to know if that socket closed
prematurely and the original server size is *also* an optional
field, so just log the size we got to so we don't drive the
humans [more-]insane.

Also now logs the (optional) content-length field if
supplied by the server.

Change-Id: Id71b167f4e330d54b9afddf95f1a2ef9e40398bf
2023-07-19 16:20:40 +00:00
..
2014-04-14 15:09:12 -07:00
2021-05-18 12:59:28 +02:00
2022-07-01 23:03:55 +00:00
2016-06-28 17:02:11 +01:00
2020-06-21 16:44:00 +08:00
2020-03-19 15:16:00 +01:00
2023-07-19 16:20:40 +00:00