| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| for (let i = 0; i < 2; ++i) { | ||
| for (let i = 0; i < NUMBER_OF_STREAMS; ++i) { | ||
| (function(i) { |
There was a problem hiding this comment.
I think this entire closure might be unnecessary now, because the countdown removes the only use of i that was not for debugging?
Sorry, something went wrong.
There was a problem hiding this comment.
@addaleax I just push a new commit that removes the unnecessary IIFE.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, looks good!
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
Landed in fa07249 Thanks for the PR! 🎉 ✨ |
Sorry, something went wrong.
PR-URL: #17346 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #17346 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #17346 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #17346 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #17346 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #17346 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Anna Henningsen <anna@addaleax.net>
| Back | FazBrowse Home | New Git URL |
-Refactor the test case test/parallel/test-http-pipe-fs.js to use countdown, as issues #17169
Checklist
Affected core subsystem(s)
test