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
4.3.1
8.4
This section details what you expected restify to do based on the code that you wrote the headers should return and the flow should continue
This section details what restify actually did when you ran your code stack overflow, and then a crash
call res._headers on node 8.4 https://travis-ci.org/theganyo/swagger-node-runner/jobs/269952760
res._headers
Fatal Recursion - Restify:ServerResponse.prototype.getHeaders nodejs@8.4:OutgoingMessage.prototype._headers are calling each other recursively.
Restify:ServerResponse.prototype.getHeaders
nodejs@8.4:OutgoingMessage.prototype._headers
no just FYI
The text was updated successfully, but these errors were encountered:
nodejs/node#15091
Sorry, something went wrong.
hmmm... a leftover comment mark made this report look empty - I fixed that...
Landed in #1473
No branches or pull requests
Bug Report
Restify Version
4.3.1
Node.js Version
8.4
Expected behaviour
Actual behaviour
Repro case
call
res._headers
on node8.4
https://travis-ci.org/theganyo/swagger-node-runner/jobs/269952760
Cause
Fatal Recursion -
Restify:ServerResponse.prototype.getHeaders
nodejs@8.4:OutgoingMessage.prototype._headers
are calling each other recursively.
Are you willing and able to fix this?
no
just FYI
The text was updated successfully, but these errors were encountered: