mirror of
https://gitlab.com/gnuwget/wget.git
synced 2026-01-31 08:37:20 +00:00
* doc/wget.texi: Add documentation for removed support for shorthand URLs. * src/html-url.c (src/html-url.c): Call maybe_prepend_scheme. * src/main.c (main): Likewise. * src/retr.c (getproxy): Likewise. * src/url.c: Rename definition of rewrite_shorthand_url to maybe_prepend_scheme, add new function is_valid_port. * src/url.h: Rename declaration of rewrite_shorthand_url to maybe_prepend_scheme. Reported-by: Goni Golan <gonig@jfrog.com>