apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

log before adding agents - fixes issue #252 #253

Closed glynnbird closed 3 years ago

glynnbird commented 3 years ago

Overview

Fixes auth scrubbing bug where JSON.stringify on the req object could produce circular references when an HTTP Agent was used.

Solution: log before adding the agent.

Testing recommendations

npm run test

GitHub issue number

Fixes issue #252

Checklist