aspnetcore/test
David Fowler c3ad007b0d Fixed regression caused by transport refactoring (#1573)
* Fixed regression caused by transport refactoring
- Libuv should not close the socket until it has started it. Before this was enforced
by calling ReadStart before starting the frame but the flow has changed. Now that closing the connection
is communicated via the pipe, we need to start consuming writes after calling ReadStart.
- Renamed OnSocketClosed to Close and moved dispose and logging into that method.

Fixes #1571
2017-03-30 09:33:28 -07:00
..
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Throw if UseUrls specifies HTTPS or path base (#1519). 2017-03-29 20:23:51 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance Transport agnostic kestrel refactoring (#1551) 2017-03-29 16:06:05 -07:00
Microsoft.AspNetCore.Server.KestrelTests Fixed regression caused by transport refactoring (#1573) 2017-03-30 09:33:28 -07:00
shared Fixed regression caused by transport refactoring (#1573) 2017-03-30 09:33:28 -07:00