Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Servers/HttpSys/src/RequestProcessing/ClientCertLoader.cs')
-rw-r--r--src/Servers/HttpSys/src/RequestProcessing/ClientCertLoader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Servers/HttpSys/src/RequestProcessing/ClientCertLoader.cs b/src/Servers/HttpSys/src/RequestProcessing/ClientCertLoader.cs
index 7243ad6dc2..63ae12d190 100644
--- a/src/Servers/HttpSys/src/RequestProcessing/ClientCertLoader.cs
+++ b/src/Servers/HttpSys/src/RequestProcessing/ClientCertLoader.cs
@@ -359,7 +359,7 @@ internal sealed unsafe partial class ClientCertLoader : IAsyncResult, IDisposabl
byte[]? blob = null;
SafeLocalFreeChannelBinding? token = null;
- uint bytesReceived = 0; ;
+ uint bytesReceived = 0;
uint statusCode;
do