Added tld_check_name().

This commit is contained in:
Gisle Vanem 2004-10-06 19:00:37 +00:00
parent 071218a201
commit 52313cbac9
1 changed files with 10 additions and 5 deletions

View File

@ -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