Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: support IANA compliant header messages
This commit allows the tests to pass when the node HTTP server uses IANA compliant header messages rather than the messages the server used to use. This prevents future test breakage caused by nodejs/node#1470, a pull request tracked for node 3.0.0 semver-major release. See: nodejs/node@235036e The only pertinent status code change is the 302 code, which used to be "Moved Temporarily" but is now "Found", according to the document here: http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
- Loading branch information