Skip to content

Fix display of total number of bytes downloaded

Darshit Shah requested to merge gh-2406808c/105/darnir/fix-total-stats into master
  • src/wget.c: Include gnulib module "human". (total_download_modify_read): New function for atomically incrementing the total_download variable (main): Print the human readable version of total_downlaod instead of quota when reporting total downloads (process_response_part): Update the total_download variable (http_recieve_response): Same

Merge request reports