Skip to content
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

response.js: use statusCodes short cut instead of http.STATUS_CODES #2602

Closed
wants to merge 1 commit into from
Closed

response.js: use statusCodes short cut instead of http.STATUS_CODES #2602

wants to merge 1 commit into from

Conversation

tcort
Copy link
Contributor

@tcort tcort commented Mar 23, 2015

At the top of the file there is a short cut for http.STATUS_CODES:

var statusCodes = http.STATUS_CODES;

A couple of places in the module still referenced http.STATUS_CODES
directly. Replace those references with the short cut, statusCodes.

At the top of the file there is a short cut for http.STATUS_CODES:

  var statusCodes = http.STATUS_CODES;

A couple of places in the module still referenced http.STATUS_CODES
directly. Replace those references with the short cut, statusCodes.
@dougwilson dougwilson added the pr label Mar 23, 2015
@dougwilson dougwilson self-assigned this Mar 23, 2015
@dougwilson dougwilson added the 4.x label Jun 19, 2015
@dougwilson dougwilson added this to the 4.13 milestone Jun 19, 2015
@dougwilson
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants