-
Notifications
You must be signed in to change notification settings - Fork 983
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
Restify test fails on Node 4 #916
Comments
It looks like Node changed the Http Status codes in 4: nodejs/node@2d9456e#diff-feaf3339998a19f0baf3f82414762c22R53 Specifically related to these tests, there is no longer a RequestEntityTooLargeError, instead it is PayloadTooLarge now. |
Here is the PR on the Node side: nodejs/node#1470 |
just used restify with node 4 and retrieved from mssql over 4000 records no problem. |
The problem I'm addressing is that our test suite fails on Node 4. |
Fixed by #917 |
https://travis-ci.org/restify/node-restify/jobs/79522234
The text was updated successfully, but these errors were encountered: