From a52e46f3900fb02fd45423c35d970703978fe6ff Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Nov 2018 13:24:02 +0100 Subject: cookies: create the cookiejar even if no cookies to save Important for when the file is going to be read again and thus must not contain old contents! Adds test 327 to verify. Reported-by: daboul on github Fixes #3299 Closes #3300 --- tests/data/test1160 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/data/test1160') diff --git a/tests/data/test1160 b/tests/data/test1160 index 26a758c4e..3fe689e96 100644 --- a/tests/data/test1160 +++ b/tests/data/test1160 @@ -43,7 +43,11 @@ Host: %HOSTIP:%HTTPPORT Accept: */* - + +# Netscape HTTP Cookie File +# https://curl.haxx.se/docs/http-cookies.html +# This file was generated by libcurl! Edit at your own risk. + -- cgit v1.2.3