mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13033] [MERGED] Respect cancellation token/HTTP request aborts correctly in SymlinkFollowingPhysicalFileResultExecutor
#13451
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/13033
Author: @goknsh
Created: 11/15/2024
Status: ✅ Merged
Merged: 11/16/2024
Merged by: @crobibero
Base:
release-10.10.z← Head:goknsh-patch-2📝 Commits (1)
c3fcceaRespect cancellation token/HTTP request aborts correctly in SymlinkFollowingPhysicalFileExecutor📊 Changes
1 file changed (+15 additions, -5 deletions)
View changed files
📝
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs(+15 -5)📄 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/cancelled.Issues
Fixes #13029, #11343 (maybe #12456 also)
Overrides #12641
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.