[PR #7137] [MERGED] Remove special HTTP HEAD processing #11279

Closed
opened 2026-02-07 06:35:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7137
Author: @SenorSmartyPants
Created: 1/8/2022
Status: Merged
Merged: 3/5/2022
Merged by: @Bond-009

Base: masterHead: master


📝 Commits (3)

  • bd2bec4 Remove special HTTP HEAD processing
  • 3ea54a8 Remove isHeadRequest from GetStaticFile method signatures
  • d5e7e75 Remove unused httpContext parameter

📊 Changes

6 files changed (+22 additions, -69 deletions)

View changed files

📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+1 -1)
📝 Jellyfin.Api/Controllers/HlsSegmentController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/ImageController.cs (+14 -37)
📝 Jellyfin.Api/Controllers/VideosController.cs (+2 -4)
📝 Jellyfin.Api/Helpers/AudioHelper.cs (+2 -4)
📝 Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs (+1 -21)

📄 Description

Removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play static videos from JF.


🔄 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/7137 **Author:** [@SenorSmartyPants](https://github.com/SenorSmartyPants) **Created:** 1/8/2022 **Status:** ✅ Merged **Merged:** 3/5/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`bd2bec4`](https://github.com/jellyfin/jellyfin/commit/bd2bec4d4aedb1e39082d51abd75797eaf42b28a) Remove special HTTP HEAD processing - [`3ea54a8`](https://github.com/jellyfin/jellyfin/commit/3ea54a8009617998e7250a39e33a9da3440a9631) Remove isHeadRequest from GetStaticFile method signatures - [`d5e7e75`](https://github.com/jellyfin/jellyfin/commit/d5e7e754215d5e2d83e53e8a7898c01195c0d5b3) Remove unused httpContext parameter ### 📊 Changes **6 files changed** (+22 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/HlsSegmentController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/ImageController.cs` (+14 -37) 📝 `Jellyfin.Api/Controllers/VideosController.cs` (+2 -4) 📝 `Jellyfin.Api/Helpers/AudioHelper.cs` (+2 -4) 📝 `Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs` (+1 -21) </details> ### 📄 Description Removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play static videos from JF. --- <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 06:35:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11279