Go to file
Stephen Halter 4e5920fd09 KestrelThread.Stop should wait for StartAsync to complete
- Previously KestrelThread.Stop might assume start failed prematurely
- This could cause a background thread to run indefinitely in the background
2016-03-02 15:04:29 -08:00
content
samples Transition to netstandard. 2016-03-01 13:36:06 -08:00
src KestrelThread.Stop should wait for StartAsync to complete 2016-03-02 15:04:29 -08:00
test Transition to netstandard. 2016-03-01 13:36:06 -08:00
tools Transition to netstandard. 2016-03-01 13:36:06 -08:00
.gitattributes
.gitignore
.travis.yml Enable OSX builds on Travis (#660). 2016-03-01 15:58:00 -08:00
CONTRIBUTING.md
KestrelHttpServer.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
global.json
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a web server for ASP.NET 5 based on libuv.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.