- John P. McCaskey posted a bug report that showed how libcurl did wrong when

saving received cookies with no given path, if the path in the request had a
  query part. That is means a question mark (?) and characters on the right
  side of that. I wrote test case 1105 and fixed this problem.
This commit is contained in:
Daniel Stenberg 2009-09-26 20:51:51 +00:00
parent 8d39a31e89
commit 4f47fc4e14
5 changed files with 43 additions and 8 deletions

View file

@ -5,4 +5,4 @@
# Lines starting with '#' letters are treated as comments.
563
564
1105