glynnbird opened a new pull request #296: URL: https://github.com/apache/couchdb-nano/pull/296
## Overview Removes `axios-cookiejar-support` and replaces it with `http-cookie-agent`, which is basically the same logic but it works with our custom http/https agents. This means that - issue #295 gets fixed - we no longer need to pull in the latest axios-cookiejar-support - issue #264 goes away ## Testing recommendations - `npm run test` all passes - I manually checked that Nano stores and replays cookies sent to it from the server ## GitHub issue number Fixes issue #295 ## Checklist - [x] Code is written and works correctly; - [x] Changes are covered by tests; - [x] Documentation reflects the changes; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
