aspnetcore/test
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
..
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00
Microsoft.AspNetCore.Server.KestrelTests Limit size of memory buffer when reading request (#304) 2016-06-13 18:52:20 -07:00