- Moved things that have loop affinity to KestrelThread like WriteReqPool, MemoryPool and the ConnectionManager - Changed on the listeners to only kill the ListenSocket, not the connections on dispose - Moved connection disposal to KestrelThread.Stop - Simplify the connection manager logic so it's possible to walk and wait in a single call |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||