Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-28 | cookies: using a share with cookies shouldn't enable the cookie engine | Daniel Stenberg | |
The 'share object' only sets the storage area for cookies. The "cookie engine" still needs to be enabled or activated using the normal cookie options. This caused the curl command line tool to accidentally use cookies without having been told to, since curl switched to using shared cookies in 7.66.0. Test 1166 verifies Updated test 506 Fixes #4429 Closes #4434 |