[PR #13033] [MERGED] Respect cancellation token/HTTP request aborts correctly in SymlinkFollowingPhysicalFileResultExecutor #13451

Closed
opened 2026-02-07 07:13:04 +03:00 by OVERLORD · 0 comments
Owner

📋 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.zHead: goknsh-patch-2


📝 Commits (1)

  • c3fccea Respect 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 SymlinkFollowingPhysicalFileResultExecutor to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13033 **Author:** [@goknsh](https://github.com/goknsh) **Created:** 11/15/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.10.z` ← **Head:** `goknsh-patch-2` --- ### 📝 Commits (1) - [`c3fccea`](https://github.com/jellyfin/jellyfin/commit/c3fcceae30368438bb826ddd868c7f430ccb030f) Respect cancellation token/HTTP request aborts correctly in SymlinkFollowingPhysicalFileExecutor ### 📊 Changes **1 file changed** (+15 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs` (+15 -5) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Respects cancellation tokens/HTTP request aborts correctly in `SymlinkFollowingPhysicalFileResultExecutor` to ensure that files don't continue being read after the request has been aborted/cancelled. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #13029, #11343 (maybe #12456 also) Overrides #12641 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:13:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13451