Ates Goral pointed out that libcurl's cookie parser did case insensitive
authorDaniel Stenberg <daniel@haxx.se>
Sat, 8 Jul 2006 18:52:08 +0000 (18:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 8 Jul 2006 18:52:08 +0000 (18:52 +0000)
commit28611704d991dcc0358705937af83d291b7e1f30
tree2c2206a83e6d5ba69d424a0d1da3ff9761e0ccfd
parent305dddeab0ee21f43d6c9184638e40b84a8dea67
Ates Goral pointed out that libcurl's cookie parser did case insensitive
string comparisons on the path which is incorrect and provided a patch that
fixes this. I edited test case 8 to include details that test for this.
CHANGES
RELEASE-NOTES
lib/cookie.c
tests/data/test8