Skip to content

Conversation

@Trott
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test http

Description of change
  • setTimeout() with no duration -> setImmediate()
  • var -> const
  • remove unused variable chunk

* setTimeout() with no duration -> setImmediate() * var -> const * remove unused variable `chunk`
@TrottTrott added http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests. labels Dec 10, 2016
@nodejs-github-botnodejs-github-bot added dont-land-on-v7.x test Issues and PRs related to the tests. labels Dec 10, 2016
@italoacasas
Copy link

Trott added a commit to Trott/io.js that referenced this pull request Dec 14, 2016
* setTimeout() with no duration -> setImmediate() * var -> const * remove unused variable `chunk` PR-URL: nodejs#10210 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 6f02957

@TrottTrott closed this Dec 14, 2016
evanlucas pushed a commit that referenced this pull request Dec 14, 2016
* setTimeout() with no duration -> setImmediate() * var -> const * remove unused variable `chunk` PR-URL: #10210 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@italoacasasitaloacasas mentioned this pull request Dec 15, 2016
MylesBorins pushed a commit that referenced this pull request Jan 22, 2017
* setTimeout() with no duration -> setImmediate() * var -> const * remove unused variable `chunk` PR-URL: #10210 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jan 24, 2017
* setTimeout() with no duration -> setImmediate() * var -> const * remove unused variable `chunk` PR-URL: #10210 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jan 24, 2017
MylesBorins pushed a commit that referenced this pull request Jan 31, 2017
* setTimeout() with no duration -> setImmediate() * var -> const * remove unused variable `chunk` PR-URL: #10210 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@TrottTrott deleted the pause-resume branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@italoacasas@santigimeno@targos@cjihrig@MylesBorins@nodejs-github-bot