We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The headers passed in via options is improperly being merged into defaults causing headers from a previous request to be reused.
headers
options
defaults
See https://github.com/DrewCarlson/najax/tree/header-disposal for a failing test.
The text was updated successfully, but these errors were encountered:
#54
Sorry, something went wrong.
@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
master
Successfully merging a pull request may close this issue.
The
headers
passed in viaoptions
is improperly being merged intodefaults
causing headers from a previous request to be reused.See https://github.com/DrewCarlson/najax/tree/header-disposal for a failing test.
The text was updated successfully, but these errors were encountered: