Skip to content

fs: abort in-flight stat operations#63142

Open
mertcanaltin wants to merge 1 commit intonodejs:mainfrom
mertcanaltin:mert/fs-stat-inflight-fix
Open

fs: abort in-flight stat operations#63142
mertcanaltin wants to merge 1 commit intonodejs:mainfrom
mertcanaltin:mert/fs-stat-inflight-fix

Conversation

@mertcanaltin
Copy link
Copy Markdown
Member

Follow-up to #57775. The signal option only honored the pre-aborted case (#57775 (comment) by @Renegade334). This wires the signal as an abort listener so fs.stat callbacks reject with AbortError when the signal fires mid-request.

Refs: #57775

@nodejs-github-bot nodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels May 6, 2026
Signed-off-by: Mert Can Altin <mertgold60@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants