aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/DefaultHttpClientHandler.cs
AgeCommit message (Collapse)Author
2021-04-19Switch from HttpClientHandler to SocketsHttpHandlerBond_009
SocketsHttpHandler is the default for .Net Core 2.1 and newer Set RequestHeaderEncoding to UTF-8 by default
2020-11-17Use ALL the decompression methods.crobibero
2020-08-19Fix buildcrobibero
2020-08-19Add default http clientcrobibero