cookie: Fix bug in export if any-domain cookie is present
In 3013bb6b I had changed cookie export to ignore any-domain cookies, however the logic I used to do so was incorrect, and would lead to a busy loop in the case of exporting a cookie list that contained any-domain cookies. The result of that is worse though, because in that case the other cookies would not be written resulting in an empty file once the application is terminated to stop the busy loop.
parent
1c3811f4
Please register or sign in to comment