You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments