Skip to content

Commit

Permalink
remove lastresponse from static
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Oct 2, 2023
1 parent 9de4180 commit e81115d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.10</Version>
<Version>0.0.0.11</Version>
<Description>Laboratory of http client.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>test,tests,http,https,httpclient,laboratory</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public async Task<byte[]> ReadBlockAsync(Stream stream, int length)
return result;
}

static string _lastResponseBody = "";
string _lastResponseBody = "";
/// <summary>
///
/// </summary>
Expand Down

0 comments on commit e81115d

Please sign in to comment.