aspnetcore/test/Microsoft.AspNetCore.Server...
Mike Harder 5ecb1f59a4 Limit size of memory buffer when reading request (#304)
- Added property `KestrelServerOptions.MaxRequestBufferSize`
 - Default is 1,048,576 bytes (1MB)
 - If value is null, the size of the request buffer is unlimited.
- Fixed bug in `IConnectionControl.Resume()` where `_socket.ReadStart()` can throw if the socket is already disconnected.
- Made `UvStreamHandle.ReadStop()` idempotent, to match `uv_read_stop()`.
2016-06-13 18:52:20 -07:00
..
TestHelpers fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
TestResources
AsciiDecoding.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
BadHttpRequestTests.cs Make Bad Request tests more reliable 2016-06-07 16:13:29 -07:00
ChunkWriterTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
ChunkedRequestTests.cs Make Bad Request tests more reliable 2016-06-07 16:13:29 -07:00
ChunkedResponseTests.cs
ConnectionFilterTests.cs
ConnectionTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
CreateIPEndpointTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
DateHeaderValueManagerTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
DefaultHeaderTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
DummyApplication.cs
EngineTests.cs Reject requests that have null characters in path 2016-06-06 09:59:42 -07:00
FrameRequestHeadersTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameRequestStreamTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameResponseHeadersTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameResponseStreamTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
FrameTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
HttpsConnectionFilterTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
KestrelServerOptionsTests.cs Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00
KestrelServerTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
LifetimeNotImplemented.cs
LoggingThreadPoolTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
MemoryPoolBlockTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
MemoryPoolExtensions.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
MemoryPoolIteratorTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
MessageBodyTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
Microsoft.AspNetCore.Server.KestrelTests.xproj
MultipleLoopTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
NetworkingTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
PathNormalizerTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
RequestTargetProcessingTests.cs
ServerAddressTests.cs
SocketInputTests.cs Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00
SocketOutputTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
StreamSocketOutputTests.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
TestConnection.cs Make Bad Request tests more reliable 2016-06-07 16:13:29 -07:00
TestInput.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
TestServer.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
TestServiceContext.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
UrlPathDecoder.cs fix #909 by moving most classes to Internal ns 2016-06-03 14:14:21 -07:00
UvStreamHandleTests.cs Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00
WebHostBuilderKestrelExtensionsTests.cs
project.json Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00