[PR #1080] [MERGED] Remove usage of deprecated 'WebRequest' #8645

Closed
opened 2026-02-07 05:47:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1080
Author: @Bond-009
Created: 3/8/2019
Status: Merged
Merged: 6/14/2019
Merged by: @anthonylavado

Base: masterHead: httpclient


📝 Commits (7)

  • 369785c Remove usage of depricated 'WebRequest'
  • 7f42dcc Remove more unused stuff
  • d0fbd26 Merge branch 'master' into httpclient
  • be86ea2 Update MediaBrowser.Common/Net/IHttpClient.cs
  • 73a9079 Merge branch 'master' into httpclient
  • 6ebac0e Update Emby.Server.Implementations/ApplicationHost.cs
  • af099a9 Update Emby.Server.Implementations/ApplicationHost.cs

📊 Changes

8 files changed (+168 additions, -360 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+6 -5)
Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs (+0 -18)
📝 Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs (+149 -299)
📝 Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs (+1 -9)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs (+0 -2)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs (+0 -6)
📝 MediaBrowser.Common/Net/HttpRequestOptions.cs (+1 -21)
📝 MediaBrowser.Common/Net/IHttpClient.cs (+11 -0)

📄 Description

Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2

Issues
Maybe #465


🔄 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/1080 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 3/8/2019 **Status:** ✅ Merged **Merged:** 6/14/2019 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `httpclient` --- ### 📝 Commits (7) - [`369785c`](https://github.com/jellyfin/jellyfin/commit/369785c184a8e19250c6e3b16b3609c222399552) Remove usage of depricated 'WebRequest' - [`7f42dcc`](https://github.com/jellyfin/jellyfin/commit/7f42dcc60fd3aaf30f2408f6bddeb2b8bf921cdf) Remove more unused stuff - [`d0fbd26`](https://github.com/jellyfin/jellyfin/commit/d0fbd260d5cc386119d96f53cdc1d164b80d02df) Merge branch 'master' into httpclient - [`be86ea2`](https://github.com/jellyfin/jellyfin/commit/be86ea29828a696aedbbdc21f83ea4222e68b316) Update MediaBrowser.Common/Net/IHttpClient.cs - [`73a9079`](https://github.com/jellyfin/jellyfin/commit/73a9079ee27d2c5ab9edec382bae1360643b8960) Merge branch 'master' into httpclient - [`6ebac0e`](https://github.com/jellyfin/jellyfin/commit/6ebac0e5002ee79ac4acc5ac2114384436ea0f9a) Update Emby.Server.Implementations/ApplicationHost.cs - [`af099a9`](https://github.com/jellyfin/jellyfin/commit/af099a9b53616fdc38392c86236d00413cdc14c5) Update Emby.Server.Implementations/ApplicationHost.cs ### 📊 Changes **8 files changed** (+168 additions, -360 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+6 -5) ➖ `Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs` (+0 -18) 📝 `Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs` (+149 -299) 📝 `Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs` (+1 -9) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs` (+0 -2) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs` (+0 -6) 📝 `MediaBrowser.Common/Net/HttpRequestOptions.cs` (+1 -21) 📝 `MediaBrowser.Common/Net/IHttpClient.cs` (+11 -0) </details> ### 📄 Description Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2 **Issues** Maybe #465 --- <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 05:47:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8645