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

http: _http_common.js (and associated) cleanup #20126

Closed

Conversation

apapirovski
Copy link
Member

There are 4 smaller commits here:

  1. Remove constant deep property access by storing a reference,
    use more const, make some conditionals stricter.

  2. A comment explaining kOnHeaders function of the parser was duplicated
    in two places but the second instance was more confusing than helpful.

  3. Cleanup constructor and freeParser to manage all existing parser
    properties, not just some.

  4. freeParser already unsets parser property of socket if socket is passed
    in specifically. There's no need to do this twice.

This is a part of an upcoming deep dive into cleaning up some internals of the http module.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Remove constant deep property access by storing a reference,
use more const, make some conditionals stricter.
A comment explaining kOnHeaders function of the parser was duplicated
in two places but the second instance was more confusing than helpful.
Cleanup constructor and freeParser to manage all existing parser
properties, not just some.
freeParser already unsets parser property of socket if socket is passed
in specifically. There's no need to do this twice.
@apapirovski apapirovski added the http Issues or PRs related to the http subsystem. label Apr 18, 2018
@apapirovski
Copy link
Member Author

apapirovski commented Apr 18, 2018

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 22, 2018
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Apr 23, 2018
Remove constant deep property access by storing a reference,
use more const, make some conditionals stricter.

PR-URL: nodejs#20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Apr 23, 2018
A comment explaining kOnHeaders function of the parser was duplicated
in two places but the second instance was more confusing than helpful.

PR-URL: nodejs#20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Apr 23, 2018
Cleanup constructor and freeParser to manage all existing parser
properties, not just some.

PR-URL: nodejs#20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Apr 23, 2018
freeParser already unsets parser property of socket if socket is passed
in specifically. There's no need to do this twice.

PR-URL: nodejs#20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@BridgeAR
Copy link
Member

Landed in 1d1ab76...54e112d 🎉

@BridgeAR BridgeAR closed this Apr 23, 2018
jasnell pushed a commit that referenced this pull request Apr 23, 2018
Remove constant deep property access by storing a reference,
use more const, make some conditionals stricter.

PR-URL: #20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
jasnell pushed a commit that referenced this pull request Apr 23, 2018
A comment explaining kOnHeaders function of the parser was duplicated
in two places but the second instance was more confusing than helpful.

PR-URL: #20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
jasnell pushed a commit that referenced this pull request Apr 23, 2018
Cleanup constructor and freeParser to manage all existing parser
properties, not just some.

PR-URL: #20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
jasnell pushed a commit that referenced this pull request Apr 23, 2018
freeParser already unsets parser property of socket if socket is passed
in specifically. There's no need to do this twice.

PR-URL: #20126
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@apapirovski apapirovski deleted the patch-http-common-cleanup branch April 24, 2018 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. http Issues or PRs related to the http subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants