]> granicus.if.org Git - curl/commit
Alex aka WindEagle pointed out that when doing "curl -v dictionary.com", curl
authorDaniel Stenberg <daniel@haxx.se>
Sun, 16 Jan 2005 08:51:52 +0000 (08:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Jan 2005 08:51:52 +0000 (08:51 +0000)
commite0bea7d54152e0acd5b10c5ac616ccbad6168da7
treed5efefcf1207dff89854fbbe3d6418aeda709968
parent534a8a05f3b781b1f4d8890a7b8415db4e159af1
Alex aka WindEagle pointed out that when doing "curl -v dictionary.com", curl
assumed this used the DICT protocol. While guessing protocols will remain
fuzzy, I've now made sure that the host names must start with "[protocol]."
for them to be a valid guessable name. I also removed "https" as a prefix that
indicates HTTPS, since we hardly ever see any host names using that.
CHANGES
lib/url.c