KNOWN_BUGS: typo

Closes #1364
This commit is contained in:
madblobfish 2017-03-28 09:45:12 +02:00 committed by Daniel Stenberg
parent d1ddda7e75
commit 556c51a2df
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ problems may have been fixed or changed somewhat since this was written!
1.10 Strips trailing dot from host name
When given a URL wit a trailing dot for the host name part:
When given a URL with a trailing dot for the host name part:
"https://example.com./", libcurl will strip off the dot and use the name
without a dot internally and send it dot-less in HTTP Host: headers and in
the TLS SNI field.