Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | cookie tests: treat files as text | Marcel Raad | |
Fixes test failures because of wrong line endings on Windows. | |||
2017-09-30 | cookie: fix memory leak if path was set twice in header | Daniel Stenberg | |
... this will let the second occurance override the first. Added test 1161 to verify. Reported-by: Max Dymond Fixes #1932 Closes #1933 |