Skip to content

Commit adbba73

Browse files
committed
minor
1 parent 5d64e38 commit adbba73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/BenchmarksApps/TLS/HttpSys/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,4 @@ void OnShutdown()
129129
Console.WriteLine("--------------------------------");
130130

131131
Console.WriteLine("Application started.");
132-
await app.WaitForShutdownAsync();
133-
132+
await app.WaitForShutdownAsync();

src/BenchmarksApps/TLS/HttpSys/appsettings.Development.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},
8-
"mTLS": "true",
8+
"mTLS": "false",
9+
"httpSysLogs": "true",
910
"tlsRenegotiation": "true",
1011
"certValidationConsoleEnabled": "true"
1112
}

0 commit comments

Comments
 (0)