We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa8196 commit 3f115d5Copy full SHA for 3f115d5
src/OssClient.cs
@@ -2,6 +2,7 @@
2
using System.Collections.Generic;
3
using System.IO;
4
using System.Linq;
5
+using System.Net;
6
using System.Net.Http;
7
using System.Threading.Tasks;
8
using Cuiliang.AliyunOssSdk.Api;
src/Request/ServiceCaller.cs
@@ -16,7 +16,6 @@ namespace Cuiliang.AliyunOssSdk.Request
16
/// </summary>
17
public class ServiceCaller
18
{
19
- private readonly static HttpClient _client = new HttpClient();
20
private RequestContext _requestContext;
21
private readonly HttpClient _client;
22
0 commit comments