node-restify
node-restify copied to clipboard
Response.send() throws if you pass in a number which is not a valid HTTP Status
- [x] Used appropriate template for the issue type
- [x] Searched both open and closed issues for duplicates of this issue
- [x] Title adequately and concisely reflects the feature or the bug
do you want it to throw error if the HTTP status is invalid ?
or does it throw error if the http status is invalid..
the issue need to be well stated out.. so it can easily fixed.
I already opened a PR for this issue here - https://github.com/restify/node-restify/pull/1722
ok