-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
response.setHeader (iojs 1.0.1) != response.setHeader (node 11.14) #450
Comments
That's nodejs/node-v0.x-archive@979d0ca8 but that change hasn't made its way into a release yet. I've been given to understand that v0.11.15 will be released "any day now." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when running on node 11.14,
value: undefined
is allowed. not so in io 1.0.1.response.setHeader('location', undefined)
throws:
The text was updated successfully, but these errors were encountered: