◐ Shell
clean mode source ↗

deps: upgrade to libuv 1.44.2 by lpinca · Pull Request #42340 · nodejs/node

@nodejs-github-bot added libuv

Issues and PRs related to the libuv dependency or the uv binding.

needs-ci

PRs that need a full CI run.

labels

Mar 15, 2022

@lpinca lpinca added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Mar 16, 2022

lpinca added a commit to lpinca/node that referenced this pull request

Nov 2, 2022

lpinca added a commit to lpinca/node that referenced this pull request

Nov 2, 2022
Do not immediately check the `tcpserver` hook invocations when it
closes. Do it in the next iteration of the event loop.

Refs: nodejs#42340 (comment)
Make `os.userInfo()` convert the `uid` and `gid` fields to 32-bit signed
integers on Windows.

Refs: libuv/libuv@f3e0bffcb14
The `'error'` event is not emitted because the socket is already
destroyed when `socket.write()` is called. Use the `socket.write()`
callback instead.

Refs: nodejs#42340 (comment)
Do not immediately check the `tcpserver` hook invocations when it
closes. Do it in the next iteration of the event loop.

Refs: nodejs#42340 (comment)

lpinca added a commit that referenced this pull request

Nov 5, 2022
Make `os.userInfo()` convert the `uid` and `gid` fields to 32-bit signed
integers on Windows.

PR-URL: #42340
Refs: libuv/libuv@f3e0bffcb14
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

lpinca added a commit that referenced this pull request

Nov 5, 2022
The `'error'` event is not emitted because the socket is already
destroyed when `socket.write()` is called. Use the `socket.write()`
callback instead.

PR-URL: #42340
Refs: #42340 (comment)
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

lpinca added a commit that referenced this pull request

Nov 5, 2022
Do not delay the call to `stream.end()` too much.

PR-URL: #42340
Refs: #42340 (comment)
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

lpinca added a commit that referenced this pull request

Nov 5, 2022
Do not immediately check the `tcpserver` hook invocations when it
closes. Do it in the next iteration of the event loop.

PR-URL: #42340
Refs: #42340 (comment)
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

lpinca added a commit that referenced this pull request

Nov 5, 2022

This was referenced

Nov 6, 2022

This was referenced

Nov 8, 2022