Go to file
damianedwards 7c46b2bd3b Use a timer to generate the value for the Date header in responses:
- Doing it on each request is expensive
- The Timer is started when the first request comes in and fires every second
- Every request flips a bool so the Timer knows requests are coming in
- The Timer stops itself after a period of no requests coming in (10 seconds)
- #163
2015-09-25 14:59:47 -07:00
content Add third party notices for libuv 2015-09-23 15:42:58 -07:00
samples Using multiple threads in SampleApp 2015-09-25 12:49:22 -07:00
src/Microsoft.AspNet.Server.Kestrel Use a timer to generate the value for the Date header in responses: 2015-09-25 14:59:47 -07:00
test/Microsoft.AspNet.Server.KestrelTests Use a timer to generate the value for the Date header in responses: 2015-09-25 14:59:47 -07:00
tools Using the well-known-header field without checking set bit 2015-09-25 12:49:29 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln Use a timer to generate the value for the Date header in responses: 2015-09-25 14:59:47 -07:00
LICENSE.txt
NuGet.config Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:32:59 -07:00
NuGetPackageVerifier.json Enabling NuGetPackageVerifier 2015-09-21 10:40:36 -07:00
README.md
appveyor.yml
build.cmd Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:32:59 -07:00
build.sh Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:32:59 -07:00
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.