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

res: use http.ServerResponse._header when accessors exist #930

Merged
merged 3 commits into from
Mar 8, 2017

Conversation

jonathanong
Copy link
Member

closes #925

ilkkao and others added 3 commits March 3, 2017 08:41
Structure of http.ServerResponse._header will change in future
Node versions. Avoid reading and setting it directly when
helpers exist.
@codecov
Copy link

codecov bot commented Mar 8, 2017

Codecov Report

Merging #930 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #930   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         425    431    +6     
  Branches      101    103    +2     
=====================================
+ Hits          425    431    +6
Impacted Files Coverage Δ
lib/context.js 100% <100%> (ø)
lib/response.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 188c096...c24122b. Read the comment docs.

@jonathanong jonathanong merged commit e9d7aba into master Mar 8, 2017
@jonathanong jonathanong deleted the ilkkao-ioksanen/use-accessors branch March 8, 2017 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants