aspnetcore/src/Servers/Kestrel
Hao Kung c9499e14e4
Run helix tests on master (#6728)
2019-02-07 09:20:08 -08:00
..
Core Auto-set "Content-Length: 0" on 205 responses (#7205) 2019-02-05 13:45:08 -08:00
Kestrel Run helix tests on master (#6728) 2019-02-07 09:20:08 -08:00
Transport.Abstractions/src Increase shutdown timeout in Kestrel TestServer (#7082) 2019-01-29 16:13:37 -08:00
Transport.Libuv Remove over engineered callback writing and just write chunks directly. (#6901) 2019-01-28 20:36:47 +00:00
Transport.Sockets/src Add readonly modifier to readonly structs (#7169) 2019-02-01 15:04:25 +13:00
perf Exclude benchmark apps from builds (#7171) 2019-02-01 17:57:47 -08:00
samples Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
shared/test Fix flakiness in Kestrel ungraceful shutdown test (#6637) 2019-01-15 11:10:44 -08:00
test Run helix tests on master (#6728) 2019-02-07 09:20:08 -08:00
tools/CodeGenerator Add StartAsync() to HttpResponse; ImplementFeature in Kestrel (#6967) 2019-01-28 17:42:04 -08:00
Directory.Build.props
README.md
build.cmd
build.sh
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.