1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-01 04:38:20 +00:00
Jackett/src
Diego Heras 9cbc78b1c2
core: fix cookie parsing (part 2) (#8150)
* core: fix cookie parsing (part 2)

After fixing cookie storage in #8133 I noticed that I still have a lot of '.json.bak' files in the Jackett configuration folder. After deleting them they were created again in each request. The cause was we were parsing bad the cookies with '=' character in the value. Most Cloudflare cookies include if so we were sending bad cookies and solving the callenge in each request.

This PR should increase performance in several ways: we are not solving the challenge again (it takes time), we are not making extra requests and we are not updating the Jackett configuration in each request (both files '.json' and '.json.bak').

Tested with the client HttpWebClient2NetCore only. Please do some tests with the site 1337x.
2020-04-13 06:22:50 +02:00
..
DateTimeRoutines style: improve date utils code style (#7632) 2020-03-15 05:05:10 +13:00
Jackett.Common core: fix cookie parsing (part 2) (#8150) 2020-04-13 06:22:50 +02:00
Jackett.IntegrationTests Pipeline: Add code coverage (#7799) 2020-03-22 18:40:58 +13:00
Jackett.Server core: fix links in rss, torznab and potato feeds (#8141) 2020-04-12 18:06:39 +02:00
Jackett.Service core: Remove warning suppression (#7513) 2020-03-06 14:57:59 +13:00
Jackett.Test core: fix cookie parsing (part 2) (#8150) 2020-04-13 06:22:50 +02:00
Jackett.Tray core: Remove warning suppression (#7513) 2020-03-06 14:57:59 +13:00
Jackett.Updater bittorrentam: broken since january. removed. resolves #8017 2020-04-10 16:01:29 +12:00
Jackett.sln Core: Fix line endings to match style guide(#7476) 2020-03-03 10:28:26 -06:00