mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #1080] [MERGED] Remove usage of deprecated 'WebRequest' #8645
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/1080
Author: @Bond-009
Created: 3/8/2019
Status: ✅ Merged
Merged: 6/14/2019
Merged by: @anthonylavado
Base:
master← Head:httpclient📝 Commits (7)
369785cRemove usage of depricated 'WebRequest'7f42dccRemove more unused stuffd0fbd26Merge branch 'master' into httpclientbe86ea2Update MediaBrowser.Common/Net/IHttpClient.cs73a9079Merge branch 'master' into httpclient6ebac0eUpdate Emby.Server.Implementations/ApplicationHost.csaf099a9Update 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.