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

Don't overwrite global options #833

Closed
wants to merge 2 commits into from

Conversation

efokschaner
Copy link

Global options are being overwritten with every request causing per-request options to leak into the next call.

Global options are being overwritten with every request causing per-request options to leak into the next call.
@jcrugzz
Copy link
Contributor

jcrugzz commented May 29, 2015

@efokschaner thanks for this! Could you provide a test case so we can defend against this?

@efokschaner
Copy link
Author

@jcrugzz Sorry for taking a while to get back to you. I cannot commit to adding tests for this as it is low priority for me and a non-trivial investment of my time given my lack of familiarity with node and javascript.

If I can, I will look at submitting some tests at a later date, but for now, please consider this PR for merge as is.

@efokschaner
Copy link
Author

Closing in light of #1074.

@efokschaner efokschaner deleted the patch-1 branch January 16, 2017 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants