Skip to content

Commit e8ed998

Browse files
authored
Update HttpHelper.cs
1 parent dcbe763 commit e8ed998

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/WeihanLi.Common/Helpers/HttpHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public static bool IsWellKnownContentHeader(string header)
8383

8484
private static readonly Lazy<HttpClient> SharedHttpClient = new(() => new(new NoProxyHttpClientHandler()
8585
{
86-
UseCookies = false,
8786
#if NET
8887
AutomaticDecompression = DecompressionMethods.All
8988
#else

0 commit comments

Comments
 (0)