File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/BenchmarksApps/TLS/Kestrel Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
dockerLinuxKestrelServer :
45
45
sources :
46
46
dockerKestrel :
47
- repository : https://github.com/deaglegross /benchmarks.git
48
- branchOrCommit : dmkorolev/idna/openssl-versioning
47
+ repository : https://github.com/aspnet /benchmarks.git
48
+ branchOrCommit : main
49
49
dockerFile : dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile
50
50
dockerImageName : dockerKestrel
51
51
dockerContextDirectory : dockerKestrel/src/BenchmarksApps/TLS/Kestrel
Original file line number Diff line number Diff line change @@ -243,5 +243,5 @@ static void LogOpenSSLVersion()
243
243
process . Start ( ) ;
244
244
process . WaitForExit ( ) ;
245
245
var output = process . StandardOutput . ReadToEnd ( ) ;
246
- Console . WriteLine ( "In app openssl version: " + output ) ;
246
+ Console . WriteLine ( output ) ;
247
247
}
You can’t perform that action at this time.
0 commit comments