* 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 |
||
|---|---|---|
| .vscode | ||
| build | ||
| samples | ||
| src | ||
| test | ||
| tools/CodeGenerator | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| ToProjectReferences.ps1 | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| version.props | ||