Skip to content

Add a 500ms delay between the download start and the first speed report

DalmeGNU requested to merge tmp-speedpatch into master

Fix #385 (closed)

With this patch Wget2 won't print any speed report information until a file download process has last at least 500ms. In this way we avoid extremely high and down speed reports.

Approver's checklist:

  • The author has submitted the FSF Copyright Assignment and is listed in AUTHORS
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent with existing code
  • This feature/change has adequate documentation added (if appropriate)
  • No obvious mistakes / misspelling in the code

Merge request reports