aspnetcore/test/Microsoft.AspNet.Server.Kes...
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
..
TestHelpers Use a timer to generate the value for the Date header in responses: 2015-09-25 14:59:47 -07:00
ChunkedResponseTests.cs
DateHeaderValueManagerTests.cs Use a timer to generate the value for the Date header in responses: 2015-09-25 14:59:47 -07:00
EngineTests.cs Removing console output from unit tests 2015-09-25 12:49:29 -07:00
FrameRequestHeadersTests.cs
FrameResponseHeadersTests.cs
FrameTests.cs
MemoryPoolBlock2Tests.cs
MemoryPoolExtensions.cs
MessageBodyTests.cs
Microsoft.AspNet.Server.KestrelTests.xproj
MultipleLoopTests.cs
NetworkingTests.cs
Program.cs
ServerAddressFacts.cs
ShutdownNotImplemented.cs
SocketOutputTests.cs Update SocketOutput to not call QueueUserWorkItem unnecessarily 2015-09-25 12:49:28 -07:00
TestConnection.cs
TestInput.cs
TestLogger.cs Removing console output from unit tests 2015-09-25 12:49:29 -07:00
TestServer.cs
TestServiceContext.cs
project.json