aspnetcore/src/Servers/Kestrel
David Fowler 9e55787b84
Add support for listening to tcp handles to in the Sockets transport (#22618)
* Add support for listening to tcp handles to in the Sockets transport
- Make ListenHandleTests shared across both transports

Fixes #20842
2020-06-11 09:36:27 -07:00
..
Core Merge branch 'master' into merge/release/5.0-preview6-to-master 2020-06-04 19:48:43 -07:00
Kestrel Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
Transport.Libuv
Transport.Quic
Transport.Sockets Add support for listening to tcp handles to in the Sockets transport (#22618) 2020-06-11 09:36:27 -07:00
perf/Kestrel.Performance Log message when connection reaches maximum concurrent streams (#22452) 2020-06-03 10:11:06 +12:00
samples
shared Log message when connection reaches maximum concurrent streams (#22452) 2020-06-03 10:11:06 +12:00
stress
test Add support for listening to tcp handles to in the Sockets transport (#22618) 2020-06-11 09:36:27 -07:00
tools/CodeGenerator
.vsconfig
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.