Commit 556c51a2 authored by madblobfish's avatar madblobfish Committed by Daniel Stenberg
Browse files

KNOWN_BUGS: typo

Closes #1364
parent d1ddda7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.