aspnetcore/src/Servers/Kestrel
Kahbazi b2c7d514c9
[Kestrel] Move to GenericHost (#24279)
* [Kestrel] Move to GenericHost

* Change TransportSelector

* Add an empty app for TestServer

* Add an empty app for TestServer

* Set app

* Stop host

* Stop the TestSserver

* Stop more hosts!

* Stop host in dispose

* implement IAsyncDisposable for TestServer

* configure await

* catch OperationCanceledException

* Apply suggestions from code review

Co-authored-by: Brennan <brecon@microsoft.com>
2020-08-05 21:48:53 +00:00
..
Core Add a readonly modifier to a missing readonly field (#24379) 2020-07-29 15:00:23 -07:00
Kestrel Load ClientCertificateMode from config #18660 (#24076) 2020-07-22 18:57:06 -07:00
Transport.Libuv
Transport.Quic
Transport.Sockets/src Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
perf/Kestrel.Performance [Kestrel] Move to GenericHost (#24279) 2020-08-05 21:48:53 +00:00
samples [Kestrel] Move to GenericHost (#24279) 2020-08-05 21:48:53 +00:00
shared [Kestrel] Move to GenericHost (#24279) 2020-08-05 21:48:53 +00:00
stress Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
test [Kestrel] Move to GenericHost (#24279) 2020-08-05 21:48:53 +00:00
tools/CodeGenerator
.vsconfig
Directory.Build.props
Kestrel.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
NuGet.config
README.md
build.cmd
build.sh
startvs.cmd Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
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.