Commit 52313cba authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Added tld_check_name().
parent 071218a2
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -6,6 +6,11 @@

                                  Changelog

Gisle (6 October 2004)
- For USE_LIBIDN builds: Added Top-Level-Domain (TLD) check of host-name
  used in fix_hostname(). Checks if characters in 'host->name' (indirectly
  via 'ace_hostname') are legal according to the TLD tables in libidn.

Daniel (6 October 2004)
- Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
  CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even