Skip to content

Support Wget 1.x `--auth-no-challenge` switch

username-removed-819582 requested to merge darnir/wget2:auth-no-challenge into master
  • src/job.c(job_init): Set default value of challenges_alloc to false (job_free): Free the challenges vector only if the current job owns it
  • src/options.c: Add new switch "--auth-no-challenge"
  • src/wget.c(add_url_to_queue): Honor the config.auth_no_challenge option (add_url): Same (process_response_header): Fallback to Server provided challenges if defaults don't work

Merge request reports

Loading