aspnetcore/src/Servers/Kestrel
Andrew Stanton-Nurse 3b4be4f51a
Quarantining some tests (#19568)
2020-03-04 11:27:55 -08:00
..
Core Only reset Http2Stream on stream completion (#19431) 2020-03-04 08:37:31 +13:00
Kestrel
Transport.Libuv
Transport.Quic Allow cert file and private key file to be passed in (#19477) 2020-03-03 20:42:46 -08:00
Transport.Sockets
perf/Kestrel.Performance Update BenchmarkDotNet and add Http2Connection benchmark (#19482) 2020-03-03 17:17:06 +13:00
samples
shared Update BenchmarkDotNet and add Http2Connection benchmark (#19482) 2020-03-03 17:17:06 +13:00
stress
test Quarantining some tests (#19568) 2020-03-04 11:27:55 -08:00
tools/CodeGenerator
Directory.Build.props
Kestrel.sln
NuGet.config
README.md
build.cmd
build.sh
startvs.cmd
xunit.runner.json

README.md

KestrelHttpServer

Kestrel is a cross-platform web server for ASP.NET Core.

File logging for functional test

Turn on file logging for Kestrel functional tests by specifying the environment variable ASPNETCORE_TEST_LOG_DIR to the log output directory.