aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking/HappyEyeballs/HttpClientExtension.cs
AgeCommit message (Collapse)Author
2023-11-30Move Jellyfin.Networking to srcPatrick Barron
2023-11-14Fix warningsBond_009
2022-12-08Clarify code comment.Neuheit
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-12-08Clarify code comment.Neuheit
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-12-08Add additional awaiter code comment.Neuheit
2022-12-08Add comments explaining GetAwaiter()Neuheit
2022-10-29Add .NET MIT LicenseStefan Hendricks
2022-10-24Change method to call IPv6 and IPv4 in parallel.Neuheit
2022-10-20Ensure IPv6 property is threadsafe.Neuheit
2022-10-20Add IPv4 fallback from IPv6 failure.Neuheit
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>