X Tutup
The Wayback Machine - https://web.archive.org/web/20220423211147/https://github.com/nodejs/node/pull/36630
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

lib: remove dead code from internal/http.js #36630

Merged
merged 1 commit into from Dec 27, 2020

Conversation

Copy link
Member

@Lxxyx Lxxyx commented Dec 25, 2020

The nowDate function is no longer used, but the code is not removed.
Refs: #32329

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the http label Dec 25, 2020
@benjamingr benjamingr added the request-ci label Dec 25, 2020
@github-actions github-actions bot removed the request-ci label Dec 25, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Dec 25, 2020

@aduh95 aduh95 added the author ready label Dec 26, 2020
PR-URL: nodejs#36630
Refs: nodejs#32329
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott Trott force-pushed the remove-internal-http-deadcode branch from 8cf00b9 to acaa58e Compare Dec 27, 2020
@Trott
Copy link
Member

@Trott Trott commented Dec 27, 2020

Landed in acaa58e

@Trott Trott merged commit acaa58e into nodejs:master Dec 27, 2020
16 checks passed
@Lxxyx Lxxyx deleted the remove-internal-http-deadcode branch Dec 27, 2020
danielleadams pushed a commit that referenced this issue Jan 12, 2021
PR-URL: #36630
Refs: #32329
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@danielleadams danielleadams mentioned this pull request Jan 12, 2021
aduh95 pushed a commit to aduh95/node that referenced this issue Jan 13, 2021
PR-URL: nodejs#36630
Refs: nodejs#32329
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams pushed a commit that referenced this issue Jan 13, 2021
PR-URL: #36630
Backport-PR-URL: #36890
Refs: #32329
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this issue May 1, 2021
PR-URL: #36630
Refs: #32329
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@danielleadams danielleadams mentioned this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready http
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants
X Tutup