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

Headers persist through multiple requests #50

Closed
DrewCarlson opened this issue Dec 9, 2016 · 2 comments · Fixed by #58
Closed

Headers persist through multiple requests #50

DrewCarlson opened this issue Dec 9, 2016 · 2 comments · Fixed by #58

Comments

@DrewCarlson
Copy link

The headers passed in via options is improperly being merged into defaults causing headers from a previous request to be reused.

See https://github.com/DrewCarlson/najax/tree/header-disposal for a failing test.

@alanclarke
Copy link
Contributor

#54

@Turbo87
Copy link
Contributor

Turbo87 commented Jan 30, 2017

@alanclarke this is unfortunately still broken in v1.0.0. to reproduce you can rebase https://github.com/DrewCarlson/najax/tree/header-disposal onto the current master

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 a pull request may close this issue.

3 participants