Skip to content

lib: fix typo in comment in _http_client.js - #64729

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
agape1225:fix-typo-http-client
Jul 29, 2026
Merged

lib: fix typo in comment in _http_client.js#64729
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
agape1225:fix-typo-http-client

Conversation

@agape1225

Copy link
Copy Markdown
Contributor

Fix a typo ("thst" → "that") in a comment in lib/_http_client.js.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. labels Jul 25, 2026

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

Signed-off-by: agape1225 <49804691+agape1225@users.noreply.github.com>
@agape1225
agape1225 force-pushed the fix-typo-http-client branch from 9b8c680 to 0171229 Compare July 25, 2026 05:48
@daeyeon daeyeon added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 25, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 25, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codecov

codecov Bot commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.14%. Comparing base (9024119) to head (0171229).
⚠️ Report is 29 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #64729      +/-   ##
==========================================
- Coverage   90.15%   90.14%   -0.01%     
==========================================
  Files         743      743              
  Lines      242407   242407              
  Branches    45645    45649       +4     
==========================================
- Hits       218532   218513      -19     
- Misses      15357    15394      +37     
+ Partials     8518     8500      -18     
Files with missing lines Coverage Δ
lib/_http_client.js 97.62% <100.00%> (ø)

... and 26 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@avivkeller avivkeller added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Jul 25, 2026
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Jul 27, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/64729
✔  Done loading data for nodejs/node/pull/64729
----------------------------------- PR info ------------------------------------
Title      lib: fix typo in comment in _http_client.js (#64729)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     agape1225:fix-typo-http-client -> nodejs:main
Labels     http, author ready
Commits    1
 - lib: fix typo in comment in _http_client.js
Committers 1
 - agape1225 <49804691+agape1225@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/64729
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/64729
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Sat, 25 Jul 2026 05:07:27 GMT
   ✔  Approvals: 4
   ✔  - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/64729#pullrequestreview-4778522914
   ✔  - Daeyeon Jeong (@daeyeon): https://github.com/nodejs/node/pull/64729#pullrequestreview-4779125465
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/64729#pullrequestreview-4779971821
   ✔  - Aviv Keller (@avivkeller): https://github.com/nodejs/node/pull/64729#pullrequestreview-4780026972
   ✘  GitHub CI failed with status: FAILURE
   ℹ  Last Full PR CI on 2026-07-25T14:19:16Z: https://ci.nodejs.org/job/node-test-pull-request/75127/
- Querying data for job/node-test-pull-request/75127/
✔  Build data downloaded
- Querying failures of job/node-test-commit/89807/
✔  Data downloaded
   ✘  1 failure(s) on the last Jenkins CI run
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/30239696102

@agape1225

Copy link
Copy Markdown
Contributor Author

It looks like the git node land attempt was aborted due to a single
Jenkins CI failure (node-test-pull-request/75127, node-test-commit/89807).
Since this change only touches a comment (no functional change), I'm
wondering if the failure might be unrelated/flaky rather than caused by
this PR. Would it be possible to re-check or re-trigger CI when someone
gets a chance? Happy to help however I can. Thanks!

@mcollina

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@daeyeon daeyeon removed the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Jul 28, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@daeyeon daeyeon added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 29, 2026
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 29, 2026
@nodejs-github-bot
nodejs-github-bot merged commit bf15a4e into nodejs:main Jul 29, 2026
82 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in bf15a4e

aduh95 pushed a commit that referenced this pull request Aug 3, 2026
Signed-off-by: agape1225 <49804691+agape1225@users.noreply.github.com>
PR-URL: #64729
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
aduh95 pushed a commit that referenced this pull request Aug 4, 2026
Signed-off-by: agape1225 <49804691+agape1225@users.noreply.github.com>
PR-URL: #64729
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Aviv Keller <me@aviv.sh>
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.

7 participants