Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't copy httpAgent/httpsAgent [EXT-5676] (#526)
Users face issues employing custom `httpsAgent`s that utilize private fields. Since these fields are not copyable, they must be excluded from the deep copy that is utilized to ensure we avoid mutating things unnecessarily.
- Loading branch information