mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13032] [CLOSED] Respect cancellation token/HTTP request aborts correctly in SymlinkFollowingPhysicalFileResultExecutor
#13449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13032
Author: @goknsh
Created: 11/15/2024
Status: ❌ Closed
Base:
release-10.10.z← Head:goknsh-patch-1📝 Commits (10+)
adfd722Update issue template version from 10.9.11 to 10.10.0964f2a6Auto update issue template version on new release3384d59Translated using Weblate (Danish)874b357Translated using Weblate (Greek)611e3feTranslated using Weblate (Hindi)70d81e0Translated using Weblate (Arabic)fded659Update dependency Svg.Skia to 2.0.0.2268c28fTranslated using Weblate (Hebrew)9782ef6Translated using Weblate (Dutch)bad5117Translated using Weblate (Hebrew)📊 Changes
23 files changed (+309 additions, -115 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/issue report.yml(+1 -1)📝
.github/workflows/ci-codeql-analysis.yml(+3 -3)📝
Directory.Packages.props(+3 -3)📝
Emby.Naming/Common/NamingOptions.cs(+8 -0)📝
Emby.Server.Implementations/Localization/Core/ar.json(+4 -1)📝
Emby.Server.Implementations/Localization/Core/bg-BG.json(+7 -3)📝
Emby.Server.Implementations/Localization/Core/ca.json(+2 -1)📝
Emby.Server.Implementations/Localization/Core/da.json(+25 -25)📝
Emby.Server.Implementations/Localization/Core/el.json(+7 -1)📝
Emby.Server.Implementations/Localization/Core/es_419.json(+5 -1)📝
Emby.Server.Implementations/Localization/Core/fi.json(+6 -1)📝
Emby.Server.Implementations/Localization/Core/ga.json(+133 -10)📝
Emby.Server.Implementations/Localization/Core/he.json(+7 -7)📝
Emby.Server.Implementations/Localization/Core/hi.json(+4 -2)📝
Emby.Server.Implementations/Localization/Core/ko.json(+7 -1)📝
Emby.Server.Implementations/Localization/Core/mt.json(+52 -46)📝
Emby.Server.Implementations/Localization/Core/nl.json(+2 -2)📝
Emby.Server.Implementations/Localization/Core/zh-HK.json(+8 -1)📝
Jellyfin.Server.Implementations/Users/UserManager.cs(+1 -1)📝
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs(+15 -5)...and 3 more files
📄 Description
Changes
Respects cancellation tokens/HTTP request aborts correctly in
SymlinkFollowingPhysicalFileResultExecutorto ensure that files don't continue being read after the request has been aborted/closed.Issues
Fixes #13029, #11343
Overrides #12641
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.