-
Move server start failure test in MaxRequestLineSizeTests to KestrelS…
…erverTests.
-
Update warning code for obsolete property in #pragma.
cesarbs committedAug 4, 2016 Some checks were not successful
1 errored, 1 failing, and 2 successful checks -
Add obsoletion reason for KestrelServerOptions.MaxRequestBufferSize.
cesarbs committedAug 4, 2016 Some checks were not successful
1 errored, 1 failing, and 2 successful checks
-
Improve the performance of connection filters
- Buffer connection filter input less by using ProducingStart/Complete - Simplify FilteredStreamAdapter
-
Ensure Begin/End Read/Write methods are correctly implemented
- Add Begin/End Write methods to FrameResponseStream - Fix state check of Begin/End Read methods in FrameRequestStream
halter73 committedJul 28, 2016 -
Implement Begin/End Read/Write methods in LibuvStream
halter73 committedJul 28, 2016 -
-
-
-
-
Move TestConnection to the Microsoft.AspNetCore.Testing namespace.
-
Move TestConnection to shared directory.
cesarbs committedAug 2, 2016 -
Remove TestServer dependency from TestConnection.
cesarbs committedAug 2, 2016
-
-
-
-
Wait for graceful shutdown now that it usually works
- Unreference the async handle to allow the loop to stop without walking first - Wait before walking open handles to allow earlier uv_close calls to complete
halter73 committedJul 19, 2016