Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https-agent: fix issue where creating connection modifies arguments #31151

Closed
wants to merge 1 commit into from
Closed

https-agent: fix issue where creating connection modifies arguments #31151

wants to merge 1 commit into from

Commits on Jan 3, 2020

  1. https: prevent options object from being mutated

    Previously, when passing options object to the agent.createConnection
    method, the same options object got modified within the method. Now,
    any modification will happen on only a copy of the object.
    
    Fixes: #31119
    vighnesh153 committed Jan 3, 2020
    Copy the full SHA
    9296cdd View commit details
    Browse the repository at this point in the history