]> granicus.if.org Git - curl/commit
Skip any preceeding dots from the domain name of cookies when we keep them
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 May 2003 22:28:19 +0000 (22:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 May 2003 22:28:19 +0000 (22:28 +0000)
commit465de793e8a6c7a6f546f1de84aaf5476c5e89e6
treec14e4b5d1da59df6314c6989995b25dd7d3cfc16
parentde9b76cef0c74ab4191ed54fa0c8811afd23c867
Skip any preceeding dots from the domain name of cookies when we keep them
in memory, only add it when we save the cookie. This makes all tailmatching
and domain string matching internally a lot easier.

This was also the reason for a remaining bug I introduced in my overhaul.
lib/cookie.c