aspnetcore/test/Microsoft.AspNetCore.Server...
Stephen Halter 2d229e8980 Allow a maximum of 3 concurrent uv_write operations per connection
- Keep logic to prevent unnecessary calls to KestrelThread.Post
- This partially reverts commit 480996433e.
2016-06-02 16:52:06 -07:00
..
TestHelpers Allow a maximum of 3 concurrent uv_write operations per connection 2016-06-02 16:52:06 -07:00
TestResources
AsciiDecoding.cs Aborting request if a string can't be converted to ASCII 2016-05-31 17:11:31 -07:00
BadHttpRequestTests.cs Using the optimized method for converting header name to ASCII 2016-06-02 16:36:22 -07:00
ChunkWriterTests.cs
ChunkedRequestTests.cs Set Date and Server headers at response start 2016-05-26 17:38:16 +02:00
ChunkedResponseTests.cs Set Date and Server headers at response start 2016-05-26 17:38:16 +02:00
ConnectionFilterTests.cs Set Date and Server headers at response start 2016-05-26 17:38:16 +02:00
ConnectionTests.cs Bind to both IPv4 and IPv6 when localhost is specified (#231). 2016-05-25 21:23:29 -07:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs Only call PrepareDateValues if not already called for tick 2016-05-10 20:38:27 +01:00
DefaultHeaderTests.cs Set Date and Server headers at response start 2016-05-26 17:38:16 +02:00
DummyApplication.cs
EngineTests.cs Reset Frame's IHttpRequestFeature.Headers and IHttpResponseFeature.Headers between requests (#879). 2016-05-27 16:02:55 -07:00
FrameRequestHeadersTests.cs Using the optimized method for converting header name to ASCII 2016-06-02 16:36:22 -07:00
FrameRequestStreamTests.cs Fix NRE when aborting connection or client disconects 2016-06-01 15:52:05 -07:00
FrameResponseHeadersTests.cs Reject non-ASCII chars in headers in addition to control chars 2016-06-01 16:01:15 -07:00
FrameResponseStreamTests.cs Always cache headers and streams across frames (#754). 2016-05-20 16:16:19 -07:00
FrameTests.cs Improved handling of whitespace in headers. 2016-06-02 16:18:43 -07:00
HttpsConnectionFilterTests.cs Test code nitpicks. 2016-05-27 15:02:32 -07:00
KestrelServerOptionsTests.cs
KestrelServerTests.cs ServerAddress.FromUrl() should throw for invalid url (#875) 2016-05-27 12:02:30 -07:00
LifetimeNotImplemented.cs
LoggingThreadPoolTests.cs
MemoryPoolBlockTests.cs Remove Console.WriteLine() from MemoryPoolBlockTests (#868) 2016-05-24 11:38:24 -07:00
MemoryPoolExtensions.cs
MemoryPoolIteratorTests.cs Make TakeStartLine more robust (#683). 2016-05-12 12:07:08 -07:00
MessageBodyTests.cs Always cache headers and streams across frames (#754). 2016-05-20 16:16:19 -07:00
Microsoft.AspNetCore.Server.KestrelTests.xproj
MultipleLoopTests.cs Fix disabled tests in MultipleLoopTests. 2016-05-27 13:50:37 -07:00
NetworkingTests.cs Bind to both IPv4 and IPv6 when localhost is specified (#231). 2016-05-25 21:23:29 -07:00
PathNormalizerTests.cs Perf: Remove unnecessary path checks 2016-06-01 14:56:49 -07:00
RequestTargetProcessingTests.cs Add negative path tests. 2016-06-01 21:28:37 -07:00
ServerAddressTests.cs Add negative path tests. 2016-06-01 21:28:37 -07:00
SocketInputTests.cs
SocketOutputTests.cs Allow a maximum of 3 concurrent uv_write operations per connection 2016-06-02 16:52:06 -07:00
StreamSocketOutputTests.cs Fix connection termination issues when using connection filters (#737, #747). 2016-04-19 22:04:33 -07:00
TestConnection.cs Using the optimized method for converting header name to ASCII 2016-06-02 16:36:22 -07:00
TestInput.cs Test code nitpicks. 2016-05-27 15:02:32 -07:00
TestServer.cs Set Date and Server headers at response start 2016-05-26 17:38:16 +02:00
TestServiceContext.cs Set Date and Server headers at response start 2016-05-26 17:38:16 +02:00
UrlPathDecoder.cs Tests only to use pooled blocks 2016-04-30 11:16:24 +01:00
WebHostBuilderKestrelExtensionsTests.cs
project.json React to update CoreCLR packages 2016-05-27 17:51:51 -07:00